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