Method: RightAws::AsInterface::DescribeLaunchConfigurationsParser#tagstart
- Defined in:
- lib/as/right_as_interface.rb
#tagstart(name, attributes) ⇒ Object
:nodoc:
605 606 607 608 609 610 611 612 613 614 |
# File 'lib/as/right_as_interface.rb', line 605 def (name, attributes) case name when 'member' case @xmlpath when @p @item = { :block_device_mappings => [], :security_groups => [] } end end end |