Fog::Parsers::Redshift::AWS::ClusterParser
# File lib/fog/aws/parsers/redshift/describe_clusters.rb, line 17 def end_element(name) super case name when 'Cluster' @response["ClusterSet"] << {name => @cluster} @cluster = fresh_cluster end end
# File lib/fog/aws/parsers/redshift/describe_clusters.rb, line 8 def reset super @response = {"ClusterSet" => []} end
# File lib/fog/aws/parsers/redshift/describe_clusters.rb, line 13 def start_element(name, attrs = []) super end
[Validate]
Generated with the Darkfish Rdoc Generator 2.