Class: ZeroClick::Sellers::Stateful::MintInput
- Inherits:
-
Struct
- Object
- Struct
- ZeroClick::Sellers::Stateful::MintInput
- 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_id ⇒ Object
Returns the value of attribute buyer_id.
-
#dedupe_key ⇒ Object
Returns the value of attribute dedupe_key.
-
#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
20 21 22 |
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 20 def access_id @access_id end |
#agent_id ⇒ Object
Returns the value of attribute agent_id
20 21 22 |
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 20 def agent_id @agent_id end |
#buyer_id ⇒ Object
Returns the value of attribute buyer_id
20 21 22 |
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 20 def buyer_id @buyer_id end |
#dedupe_key ⇒ Object
Returns the value of attribute dedupe_key
20 21 22 |
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 20 def dedupe_key @dedupe_key end |
#kid ⇒ Object
Returns the value of attribute kid
20 21 22 |
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 20 def kid @kid end |
#request_id ⇒ Object
Returns the value of attribute request_id
20 21 22 |
# File 'lib/zeroclick/sellers/stateful/dispatch.rb', line 20 def request_id @request_id end |