class Fog::Parsers::AWS::ElasticBeanstalk::Empty
Public Instance Methods
Source
# File lib/fog/aws/parsers/beanstalk/empty.rb, line 10 def end_element(name) case name when 'RequestId' @response['ResponseMetadata'][name] = value end end
Source
# File lib/fog/aws/parsers/beanstalk/empty.rb, line 6 def reset @response = { 'ResponseMetadata' => {} } end