Class: ZeroClick::Sellers::Stateful::WriteInput
- Inherits:
-
Struct
- Object
- Struct
- ZeroClick::Sellers::Stateful::WriteInput
- Defined in:
- lib/zeroclick/sellers/stateful/dispatch.rb
Instance Attribute Summary collapse
-
#access_id ⇒ Object
Returns the value of attribute access_id.
-
#agent_id ⇒ Object
Returns the value of attribute agent_id.
-
#buyer_email ⇒ Object
Returns the value of attribute buyer_email.
-
#buyer_id ⇒ Object
Returns the value of attribute buyer_id.
-
#dedupe_key ⇒ Object
Returns the value of attribute dedupe_key.
-
#entitlement ⇒ Object
Returns the value of attribute entitlement.
-
#kid ⇒ Object
Returns the value of attribute kid.
-
#request_id ⇒ Object
Returns the value of attribute request_id.
Instance Attribute Details
#access_id ⇒ Object
Returns the value of attribute access_id
18 19 20 |
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 18 def access_id @access_id end |
#agent_id ⇒ Object
Returns the value of attribute agent_id
18 19 20 |
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 18 def agent_id @agent_id end |
#buyer_email ⇒ Object
Returns the value of attribute buyer_email
18 19 20 |
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 18 def buyer_email @buyer_email end |
#buyer_id ⇒ Object
Returns the value of attribute buyer_id
18 19 20 |
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 18 def buyer_id @buyer_id end |
#dedupe_key ⇒ Object
Returns the value of attribute dedupe_key
18 19 20 |
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 18 def dedupe_key @dedupe_key end |
#entitlement ⇒ Object
Returns the value of attribute entitlement
18 19 20 |
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 18 def entitlement @entitlement end |
#kid ⇒ Object
Returns the value of attribute kid
18 19 20 |
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 18 def kid @kid end |
#request_id ⇒ Object
Returns the value of attribute request_id
18 19 20 |
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 18 def request_id @request_id end |