Method: Megam::CloudTemplate#cloud_instruction_group
- Defined in:
- lib/megam/core/cloudtemplate.rb
#cloud_instruction_group(arg = nil) ⇒ Object
36 37 38 39 40 41 42 |
# File 'lib/megam/core/cloudtemplate.rb', line 36 def cloud_instruction_group(arg=nil) if arg != nil @cloud_instruction_group = arg else @cloud_instruction_group end end |