# File lib/fog/aws/parsers/redshift/describe_orderable_cluster_options.rb, line 22 def start_element(name, attrs = []) super case name when 'OrderableClusterOptions' @orderable_cluster_option = fresh_orderable_cluster_option when 'AvailabilityZones' @availability_zone = {} end end