class Fog::Parsers::AWS::CloudFormation::EstimateTemplateCost
Public Instance Methods
end_element(name)
click to toggle source
# File lib/fog/aws/parsers/cloud_formation/estimate_template_cost.rb, line 6 def end_element(name) case name when 'RequestId', 'Url' @response[name] = value end end