class Fog::Parsers::Storage::InternetArchive::GetBucketLocation
Public Instance Methods
end_element(name)
click to toggle source
# File lib/fog/internet_archive/parsers/storage/get_bucket_location.rb, line 8 def end_element(name) case name when 'LocationConstraint' @response[name] = value end end