class Fog::Parsers::Redshift::AWS::ClusterSnapshot

Public Instance Methods

end_element(name) click to toggle source
Calls superclass method
# File lib/fog/aws/parsers/redshift/cluster_snapshot.rb, line 20
def end_element(name)
  super
  case name
  when 'Snapshot'
    @response = @snapshot
  end
end
reset() click to toggle source

:parameter_group_name - (String) :parameter_group_status - (String)

Calls superclass method
# File lib/fog/aws/parsers/redshift/cluster_snapshot.rb, line 11
def reset
  super
  @response = {}
end
start_element(name, attrs = []) click to toggle source
Calls superclass method
# File lib/fog/aws/parsers/redshift/cluster_snapshot.rb, line 16
def start_element(name, attrs = [])
  super
end