Class: AndroidInAppBilling::SubscriptionPurchase::Attributes
- Inherits:
-
Struct
- Object
- Struct
- AndroidInAppBilling::SubscriptionPurchase::Attributes
- Defined in:
- lib/android_in_app_billing/subscription_purchase.rb
Instance Attribute Summary collapse
-
#auto_renewing ⇒ Object
Returns the value of attribute auto_renewing.
-
#cancel_reason ⇒ Object
Returns the value of attribute cancel_reason.
-
#country_code ⇒ Object
Returns the value of attribute country_code.
-
#developer_payload ⇒ Object
Returns the value of attribute developer_payload.
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#payment_state ⇒ Object
Returns the value of attribute payment_state.
-
#price_amount_micros ⇒ Object
Returns the value of attribute price_amount_micros.
-
#price_currency_code ⇒ Object
Returns the value of attribute price_currency_code.
-
#started_at ⇒ Object
Returns the value of attribute started_at.
-
#user_cancelled_at ⇒ Object
Returns the value of attribute user_cancelled_at.
Instance Attribute Details
#auto_renewing ⇒ Object
Returns the value of attribute auto_renewing
9 10 11 |
# File 'lib/android_in_app_billing/subscription_purchase.rb', line 9 def auto_renewing @auto_renewing end |
#cancel_reason ⇒ Object
Returns the value of attribute cancel_reason
9 10 11 |
# File 'lib/android_in_app_billing/subscription_purchase.rb', line 9 def cancel_reason @cancel_reason end |
#country_code ⇒ Object
Returns the value of attribute country_code
9 10 11 |
# File 'lib/android_in_app_billing/subscription_purchase.rb', line 9 def country_code @country_code end |
#developer_payload ⇒ Object
Returns the value of attribute developer_payload
9 10 11 |
# File 'lib/android_in_app_billing/subscription_purchase.rb', line 9 def developer_payload @developer_payload end |
#expires_at ⇒ Object
Returns the value of attribute expires_at
9 10 11 |
# File 'lib/android_in_app_billing/subscription_purchase.rb', line 9 def expires_at @expires_at end |
#kind ⇒ Object
Returns the value of attribute kind
9 10 11 |
# File 'lib/android_in_app_billing/subscription_purchase.rb', line 9 def kind @kind end |
#payment_state ⇒ Object
Returns the value of attribute payment_state
9 10 11 |
# File 'lib/android_in_app_billing/subscription_purchase.rb', line 9 def payment_state @payment_state end |
#price_amount_micros ⇒ Object
Returns the value of attribute price_amount_micros
9 10 11 |
# File 'lib/android_in_app_billing/subscription_purchase.rb', line 9 def price_amount_micros @price_amount_micros end |
#price_currency_code ⇒ Object
Returns the value of attribute price_currency_code
9 10 11 |
# File 'lib/android_in_app_billing/subscription_purchase.rb', line 9 def price_currency_code @price_currency_code end |
#started_at ⇒ Object
Returns the value of attribute started_at
9 10 11 |
# File 'lib/android_in_app_billing/subscription_purchase.rb', line 9 def started_at @started_at end |
#user_cancelled_at ⇒ Object
Returns the value of attribute user_cancelled_at
9 10 11 |
# File 'lib/android_in_app_billing/subscription_purchase.rb', line 9 def user_cancelled_at @user_cancelled_at end |