Class/Module Index [+]

Quicksearch

Fog::Parsers::AWS::CloudWatch::PutMetricData

Public Instance Methods

end_element(name) click to toggle source
# File lib/fog/aws/parsers/cloud_watch/put_metric_data.rb, line 16
def end_element(name)
  case name
  when 'RequestId'
    @response['ResponseMetadata'][name] = @value
  end
end
reset() click to toggle source
# File lib/fog/aws/parsers/cloud_watch/put_metric_data.rb, line 8
def reset
  @response = { 'ResponseMetadata' => {} }
end
start_element(name, attrs = []) click to toggle source
# File lib/fog/aws/parsers/cloud_watch/put_metric_data.rb, line 12
def start_element(name, attrs = [])
  super
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.