Class: Idempo::ResponseStore::StoredResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#expire_atObject

Returns the value of attribute expire_at

Returns:

  • (Object)

    the current value of expire_at



3
4
5
# File 'lib/idempo/response_store.rb', line 3

def expire_at
  @expire_at
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



3
4
5
# File 'lib/idempo/response_store.rb', line 3

def key
  @key
end

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



3
4
5
# File 'lib/idempo/response_store.rb', line 3

def payload
  @payload
end