Class: ZeroClick::Sellers::Stateful::ParsedEntitlement
- Inherits:
-
Struct
- Object
- Struct
- ZeroClick::Sellers::Stateful::ParsedEntitlement
- Defined in:
- lib/zeroclick/sellers/stateful/contracts.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.
-
#base_price_usd_micros ⇒ Object
Returns the value of attribute base_price_usd_micros.
-
#buyer_email ⇒ Object
Returns the value of attribute buyer_email.
-
#buyer_id ⇒ Object
Returns the value of attribute buyer_id.
-
#credit_granted_usd ⇒ Object
Returns the value of attribute credit_granted_usd.
-
#credit_granted_usd_micros ⇒ Object
Returns the value of attribute credit_granted_usd_micros.
-
#credit_reversed_usd ⇒ Object
Returns the value of attribute credit_reversed_usd.
-
#credit_reversed_usd_micros ⇒ Object
Returns the value of attribute credit_reversed_usd_micros.
-
#idempotency_key ⇒ Object
Returns the value of attribute idempotency_key.
-
#period ⇒ Object
Returns the value of attribute period.
-
#plan ⇒ Object
Returns the value of attribute plan.
-
#state_version ⇒ Object
Returns the value of attribute state_version.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#access_id ⇒ Object
Returns the value of attribute access_id
31 32 33 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31 def access_id @access_id end |
#agent_id ⇒ Object
Returns the value of attribute agent_id
31 32 33 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31 def agent_id @agent_id end |
#base_price_usd_micros ⇒ Object
Returns the value of attribute base_price_usd_micros
31 32 33 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31 def base_price_usd_micros @base_price_usd_micros end |
#buyer_email ⇒ Object
Returns the value of attribute buyer_email
31 32 33 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31 def buyer_email @buyer_email end |
#buyer_id ⇒ Object
Returns the value of attribute buyer_id
31 32 33 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31 def buyer_id @buyer_id end |
#credit_granted_usd ⇒ Object
Returns the value of attribute credit_granted_usd
31 32 33 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31 def credit_granted_usd @credit_granted_usd end |
#credit_granted_usd_micros ⇒ Object
Returns the value of attribute credit_granted_usd_micros
31 32 33 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31 def credit_granted_usd_micros @credit_granted_usd_micros end |
#credit_reversed_usd ⇒ Object
Returns the value of attribute credit_reversed_usd
31 32 33 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31 def credit_reversed_usd @credit_reversed_usd end |
#credit_reversed_usd_micros ⇒ Object
Returns the value of attribute credit_reversed_usd_micros
31 32 33 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31 def credit_reversed_usd_micros @credit_reversed_usd_micros end |
#idempotency_key ⇒ Object
Returns the value of attribute idempotency_key
31 32 33 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31 def idempotency_key @idempotency_key end |
#period ⇒ Object
Returns the value of attribute period
31 32 33 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31 def period @period end |
#plan ⇒ Object
Returns the value of attribute plan
31 32 33 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31 def plan @plan end |
#state_version ⇒ Object
Returns the value of attribute state_version
31 32 33 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31 def state_version @state_version end |
#status ⇒ Object
Returns the value of attribute status
31 32 33 |
# File 'lib/zeroclick/sellers/stateful/contracts.rb', line 31 def status @status end |