Class: Enginevib::Controller

Inherits:
Object
  • Object
show all
Defined in:
lib/enginevib/controller.rb

Overview

Defines a controller which can be operated by external tools

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeController

Returns a new instance of Controller.



5
6
7
# File 'lib/enginevib/controller.rb', line 5

def initialize
  @inop = false
end

Instance Attribute Details

#inopObject

Returns the value of attribute inop.



4
5
6
# File 'lib/enginevib/controller.rb', line 4

def inop
  @inop
end