Method: RightAws::Ec2::QEc2DescribeLicensesParser#tagstart

Defined in:
lib/ec2/right_ec2_windows_mobility.rb

#tagstart(name, attributes) ⇒ Object

:nodoc:



55
56
57
58
59
60
# File 'lib/ec2/right_ec2_windows_mobility.rb', line 55

def tagstart(name, attributes)
  case full_tag_name
  when %r{/licenseSet/item$}  then @item          = { :capacities => [] }
  when %r{/capacitySet/item$} then @capacity_item = {}
  end
end