class Fog::Parsers::AWS::Storage::GetBucketLocation
Public Instance Methods
Source
# File lib/fog/aws/parsers/storage/get_bucket_location.rb, line 6 def end_element(name) case name when 'LocationConstraint' @response[name] = value end end
# File lib/fog/aws/parsers/storage/get_bucket_location.rb, line 6 def end_element(name) case name when 'LocationConstraint' @response[name] = value end end