Method: Megam::Components#inputs

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

#inputs(arg = []) ⇒ Object



70
71
72
73
74
75
76
# File 'lib/megam/core/components.rb', line 70

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