Class: ZeroClick::Sellers::Stateful::MintKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- ZeroClick::Sellers::Stateful::MintKeyRequest
- Defined in:
- lib/zeroclick/sellers/stateful/contracts.rb
Instance Attribute Summary collapse
-
#agent_id ⇒ Object
Returns the value of attribute agent_id.
-
#buyer_id ⇒ Object
Returns the value of attribute buyer_id.
Instance Attribute Details
#agent_id ⇒ Object
Returns the value of attribute agent_id
29 30 31 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 29 def agent_id @agent_id end |
#buyer_id ⇒ Object
Returns the value of attribute buyer_id
29 30 31 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 29 def buyer_id @buyer_id end |