Method: Commands::InstanceTypeOption#attach
- Defined in:
- lib/commands.rb
#attach(commands) ⇒ Object
1206 1207 1208 1209 1210 |
# File 'lib/commands.rb', line 1206 def attach(commands) command = super(commands) command.instance_type = @arg return command end |