class Fog::Parsers::Redshift::AWS::Cluster
Public Instance Methods
Source
# File lib/fog/aws/parsers/redshift/cluster.rb, line 17 def end_element(name) super case name when 'Cluster' @response = {name => @cluster} end end
Calls superclass method
Source
# File lib/fog/aws/parsers/redshift/cluster.rb, line 8 def reset super @response = {} end
Calls superclass method
Source
# File lib/fog/aws/parsers/redshift/cluster.rb, line 13 def start_element(name, attrs = []) super end
Calls superclass method