Module: Navigable::Command::InstanceMethods
- Defined in:
- lib/navigable/command.rb
Instance Attribute Summary collapse
-
#input ⇒ Object
readonly
Returns the value of attribute input.
-
#observers ⇒ Object
readonly
Returns the value of attribute observers.
Instance Method Summary collapse
Instance Attribute Details
#input ⇒ Object (readonly)
Returns the value of attribute input.
27 28 29 |
# File 'lib/navigable/command.rb', line 27 def input @input end |
#observers ⇒ Object (readonly)
Returns the value of attribute observers.
27 28 29 |
# File 'lib/navigable/command.rb', line 27 def observers @observers end |
Instance Method Details
#execute ⇒ Object
34 35 36 |
# File 'lib/navigable/command.rb', line 34 def execute raise NotImplementedError.new(EXECUTE_NOT_IMPLEMENTED_MESSAGE) end |