Class: CcMe::DeliveryResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/cc_me.rb

Overview

Response from peek/claim: the count, raw items, cursor, and decrypted requests.

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



244
245
246
# File 'lib/cc_me.rb', line 244

def count
  @count
end

#cursorObject

Returns the value of attribute cursor

Returns:

  • (Object)

    the current value of cursor



244
245
246
# File 'lib/cc_me.rb', line 244

def cursor
  @cursor
end

#itemsObject

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



244
245
246
# File 'lib/cc_me.rb', line 244

def items
  @items
end

#requestsObject

Returns the value of attribute requests

Returns:

  • (Object)

    the current value of requests



244
245
246
# File 'lib/cc_me.rb', line 244

def requests
  @requests
end