Module: Card::Set::Abstract::MachineInput::MachineInputClassMethods
- Defined in:
- tmpsets/set/mod011-machines/abstract/machine_input.rb
Overview
~~ above autogenerated; below pulled from /Users/ethan/dev/wagn/gem/card/mod/machines/set/abstract/machine_input.rb ~~
Instance Attribute Summary collapse
-
#machines_wql ⇒ Object
Returns the value of attribute machines_wql.
Instance Method Summary collapse
Instance Attribute Details
#machines_wql ⇒ Object
Returns the value of attribute machines_wql.
5 6 7 |
# File 'tmpsets/set/mod011-machines/abstract/machine_input.rb', line 5 def machines_wql @machines_wql end |
Instance Method Details
#machine_input(&block) ⇒ Object
11 12 13 |
# File 'tmpsets/set/mod011-machines/abstract/machine_input.rb', line 11 def machine_input &block define_method :machine_input, block end |
#machine_input_for(args) ⇒ Object
7 8 9 |
# File 'tmpsets/set/mod011-machines/abstract/machine_input.rb', line 7 def machine_input_for args @machines_wql = args end |