Class: Proctor::Manager

Inherits:
Object
  • Object
show all
Defined in:
lib/proctor/manager.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_hashObject (readonly)

Returns the value of attribute input_hash.



3
4
5
# File 'lib/proctor/manager.rb', line 3

def input_hash
  @input_hash
end

#optsObject (readonly)

Returns the value of attribute opts.



3
4
5
# File 'lib/proctor/manager.rb', line 3

def opts
  @opts
end