Class: RSMP::Exchange

Inherits:
Data
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/rsmp/exchange.rb

Overview

A sent request and the immutable collection produced in response.

Instance Attribute Summary collapse

Instance Attribute Details

#collectionObject (readonly)

Returns the value of attribute collection

Returns:

  • (Object)

    the current value of collection



5
6
7
# File 'lib/rsmp/exchange.rb', line 5

def collection
  @collection
end

#requestObject (readonly)

Returns the value of attribute request

Returns:

  • (Object)

    the current value of request



5
6
7
# File 'lib/rsmp/exchange.rb', line 5

def request
  @request
end