Method: Megam::Assembly#tosca_type

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

#tosca_type(arg = nil) ⇒ Object



54
55
56
57
58
59
60
# File 'lib/megam/core/assembly.rb', line 54

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