Class: RSMP::Exchange
- Inherits:
-
Data
- Object
- Data
- RSMP::Exchange
- Extended by:
- Forwardable
- Defined in:
- lib/rsmp/exchange.rb
Overview
A sent request and the immutable collection produced in response.
Instance Attribute Summary collapse
-
#collection ⇒ Object
readonly
Returns the value of attribute collection.
-
#request ⇒ Object
readonly
Returns the value of attribute request.
Instance Attribute Details
#collection ⇒ Object (readonly)
Returns the value of attribute collection
5 6 7 |
# File 'lib/rsmp/exchange.rb', line 5 def collection @collection end |
#request ⇒ Object (readonly)
Returns the value of attribute request
5 6 7 |
# File 'lib/rsmp/exchange.rb', line 5 def request @request end |