class Fog::Parsers::Redshift::AWS::CreateClusterSecurityGroup
Public Instance Methods
end_element(name)
click to toggle source
Calls superclass method
Fog::Parsers::Redshift::AWS::ClusterSecurityGroupParser#end_element
# File lib/fog/aws/parsers/redshift/create_cluster_security_group.rb, line 19 def end_element(name) super case name when 'ClusterSecurityGroup' @response['ClusterSecurityGroup'] = @cluster_security_group end end
reset()
click to toggle source
:cluster_security_group
Calls superclass method
Fog::Parsers::Redshift::AWS::ClusterSecurityGroupParser#reset
# File lib/fog/aws/parsers/redshift/create_cluster_security_group.rb, line 10 def reset super @response = {} end
start_element(name, attrs = [])
click to toggle source
Calls superclass method
Fog::Parsers::Redshift::AWS::ClusterSecurityGroupParser#start_element
# File lib/fog/aws/parsers/redshift/create_cluster_security_group.rb, line 15 def start_element(name, attrs = []) super end