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
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