Class: CcMe::DeliveryResponse
- Inherits:
-
Struct
- Object
- Struct
- CcMe::DeliveryResponse
- Defined in:
- lib/cc_me.rb
Overview
Response from peek/claim: the count, raw items, cursor, and decrypted requests.
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#cursor ⇒ Object
Returns the value of attribute cursor.
-
#items ⇒ Object
Returns the value of attribute items.
-
#requests ⇒ Object
Returns the value of attribute requests.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
244 245 246 |
# File 'lib/cc_me.rb', line 244 def count @count end |
#cursor ⇒ Object
Returns the value of attribute cursor
244 245 246 |
# File 'lib/cc_me.rb', line 244 def cursor @cursor end |
#items ⇒ Object
Returns the value of attribute items
244 245 246 |
# File 'lib/cc_me.rb', line 244 def items @items end |
#requests ⇒ Object
Returns the value of attribute requests
244 245 246 |
# File 'lib/cc_me.rb', line 244 def requests @requests end |