Method: Megam::Components#artifacts

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

#artifacts(arg = nil) ⇒ Object



81
82
83
84
85
86
87
# File 'lib/megam/core/components.rb', line 81

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