Exception: ASIR::Transport::PayloadIO::UnexpectedResponse

Inherits:
Error
  • Object
show all
Defined in:
lib/asir/transport/payload_io.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expectedObject

Returns the value of attribute expected.



13
14
15
# File 'lib/asir/transport/payload_io.rb', line 13

def expected
  @expected
end

#receivedObject

Returns the value of attribute received.



13
14
15
# File 'lib/asir/transport/payload_io.rb', line 13

def received
  @received
end