Method: Megam::Components#inputs

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

#inputs(arg = []) ⇒ Object



65
66
67
68
69
70
71
# File 'lib/megam/core/components.rb', line 65

def inputs(arg=[])
  if arg != []
    @inputs = arg
  else
  @inputs
  end
end