Class: Proctor::Manager
- Inherits:
-
Object
- Object
- Proctor::Manager
- Defined in:
- lib/proctor/manager.rb
Instance Attribute Summary collapse
-
#input_hash ⇒ Object
readonly
Returns the value of attribute input_hash.
-
#opts ⇒ Object
readonly
Returns the value of attribute opts.
Instance Method Summary collapse
-
#initialize(hash = {}) ⇒ Manager
constructor
A new instance of Manager.
Constructor Details
#initialize(hash = {}) ⇒ Manager
5 6 7 |
# File 'lib/proctor/manager.rb', line 5 def initialize(hash = {}) @input_hash = hash end |
Instance Attribute Details
#input_hash ⇒ Object (readonly)
Returns the value of attribute input_hash.
3 4 5 |
# File 'lib/proctor/manager.rb', line 3 def input_hash @input_hash end |
#opts ⇒ Object (readonly)
Returns the value of attribute opts.
3 4 5 |
# File 'lib/proctor/manager.rb', line 3 def opts @opts end |