Method: Megam::Components#artifact_type

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

#artifact_type(arg = nil) ⇒ Object



89
90
91
92
93
94
95
# File 'lib/megam/core/components.rb', line 89

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