Method: Megam::Components#artifact_type

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

#artifact_type(arg = nil) ⇒ Object



94
95
96
97
98
99
100
# File 'lib/megam/core/components.rb', line 94

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