Method: Megam::Components#tosca_type

Defined in:
lib/megam/core/components.rb

#tosca_type(arg = nil) ⇒ Object



57
58
59
60
61
62
63
# File 'lib/megam/core/components.rb', line 57

def tosca_type(arg=nil)
  if arg != nil
    @tosca_type = arg
  else
  @tosca_type
  end
end