Exception: PalavaMachine::MessageError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/palava_machine.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ws) ⇒ MessageError

Returns a new instance of MessageError.



9
10
11
# File 'lib/palava_machine.rb', line 9

def initialize(ws)
  @ws = ws
end

Instance Attribute Details

#wsObject (readonly)

Returns the value of attribute ws.



7
8
9
# File 'lib/palava_machine.rb', line 7

def ws
  @ws
end