Class: Enginevib::Controller
- Inherits:
-
Object
- Object
- Enginevib::Controller
- Defined in:
- lib/enginevib/controller.rb
Overview
Defines a controller which can be operated by external tools
Instance Attribute Summary collapse
-
#inop ⇒ Object
Returns the value of attribute inop.
Instance Method Summary collapse
-
#initialize ⇒ Controller
constructor
A new instance of Controller.
Constructor Details
#initialize ⇒ Controller
Returns a new instance of Controller.
5 6 7 |
# File 'lib/enginevib/controller.rb', line 5 def initialize @inop = false end |
Instance Attribute Details
#inop ⇒ Object
Returns the value of attribute inop.
4 5 6 |
# File 'lib/enginevib/controller.rb', line 4 def inop @inop end |