Module: Navigable::Observer::InstanceMethods
- Defined in:
- lib/navigable/observer.rb
Instance Attribute Summary collapse
-
#input ⇒ Object
readonly
Returns the value of attribute input.
Instance Method Summary collapse
Instance Attribute Details
#input ⇒ Object (readonly)
Returns the value of attribute input.
28 29 30 |
# File 'lib/navigable/observer.rb', line 28 def input @input end |
Instance Method Details
#inject(input: Navigable::Input.new) ⇒ Object
30 31 32 |
# File 'lib/navigable/observer.rb', line 30 def inject(input: Navigable::Input.new) @input = input end |
#observed_command_key ⇒ Object
34 35 36 |
# File 'lib/navigable/observer.rb', line 34 def observed_command_key manufacturable_item_key end |