class Fog::Parsers::AWS::Storage::GetBucketLocation
Public Instance Methods
end_element(name)
click to toggle 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