class Fog::Parsers::Storage::Google::GetBucketVersioning

Public Instance Methods

end_element(name) click to toggle source
# File lib/fog/parsers/storage/google/get_bucket_versioning.rb, line 10
def end_element(name)
  case name
  when "Status"
    @response["VersioningConfiguration"][name] = value
  end
end
reset() click to toggle source
# File lib/fog/parsers/storage/google/get_bucket_versioning.rb, line 6
def reset
  @response = { "VersioningConfiguration" => {} }
end