Class: ZeroClick::Sellers::ZeroClickContext
- Inherits:
-
Struct
- Object
- Struct
- ZeroClick::Sellers::ZeroClickContext
- Defined in:
- lib/zeroclick/sellers/contracts.rb
Overview
Proven facts about a verified request.
Instance Attribute Summary collapse
-
#kid ⇒ Object
Returns the value of attribute kid.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#zc_agent_id ⇒ Object
Returns the value of attribute zc_agent_id.
-
#zc_anonymous_id ⇒ Object
Returns the value of attribute zc_anonymous_id.
-
#zc_buyer_id ⇒ Object
Returns the value of attribute zc_buyer_id.
-
#zc_request_id ⇒ Object
Returns the value of attribute zc_request_id.
Instance Attribute Details
#kid ⇒ Object
Returns the value of attribute kid
86 87 88 |
# File 'lib/zeroclick/sellers/contracts.rb', line 86 def kid @kid end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
86 87 88 |
# File 'lib/zeroclick/sellers/contracts.rb', line 86 def @timestamp end |
#zc_agent_id ⇒ Object
Returns the value of attribute zc_agent_id
86 87 88 |
# File 'lib/zeroclick/sellers/contracts.rb', line 86 def zc_agent_id @zc_agent_id end |
#zc_anonymous_id ⇒ Object
Returns the value of attribute zc_anonymous_id
86 87 88 |
# File 'lib/zeroclick/sellers/contracts.rb', line 86 def zc_anonymous_id @zc_anonymous_id end |
#zc_buyer_id ⇒ Object
Returns the value of attribute zc_buyer_id
86 87 88 |
# File 'lib/zeroclick/sellers/contracts.rb', line 86 def zc_buyer_id @zc_buyer_id end |
#zc_request_id ⇒ Object
Returns the value of attribute zc_request_id
86 87 88 |
# File 'lib/zeroclick/sellers/contracts.rb', line 86 def zc_request_id @zc_request_id end |