Class: Proctor::Service

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(hash = {}) ⇒ Service

Returns a new instance of Service.



4
5
6
# File 'lib/proctor/service.rb', line 4

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/service.rb', line 3

def input_hash
  @input_hash
end

#optsObject (readonly)

Returns the value of attribute opts.



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

def opts
  @opts
end