Method: Megam::Components#artifacts

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

#artifacts(arg = nil) ⇒ Object



86
87
88
89
90
91
92
# File 'lib/megam/core/components.rb', line 86

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