Class: AndroidInAppBilling::InappPurchase::Attributes
- Inherits:
-
Struct
- Object
- Struct
- AndroidInAppBilling::InappPurchase::Attributes
- Defined in:
- lib/android_in_app_billing/inapp_purchase.rb
Instance Attribute Summary collapse
-
#auto_renewing ⇒ Object
Returns the value of attribute auto_renewing.
-
#developer_payload ⇒ Object
Returns the value of attribute developer_payload.
-
#order_id ⇒ Object
Returns the value of attribute order_id.
-
#package_name ⇒ Object
Returns the value of attribute package_name.
-
#product_id ⇒ Object
Returns the value of attribute product_id.
-
#purchased_at ⇒ Object
Returns the value of attribute purchased_at.
-
#raw ⇒ Object
Returns the value of attribute raw.
-
#signature ⇒ Object
Returns the value of attribute signature.
-
#state ⇒ Object
Returns the value of attribute state.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#auto_renewing ⇒ Object
Returns the value of attribute auto_renewing
11 12 13 |
# File 'lib/android_in_app_billing/inapp_purchase.rb', line 11 def auto_renewing @auto_renewing end |
#developer_payload ⇒ Object
Returns the value of attribute developer_payload
11 12 13 |
# File 'lib/android_in_app_billing/inapp_purchase.rb', line 11 def developer_payload @developer_payload end |
#order_id ⇒ Object
Returns the value of attribute order_id
11 12 13 |
# File 'lib/android_in_app_billing/inapp_purchase.rb', line 11 def order_id @order_id end |
#package_name ⇒ Object
Returns the value of attribute package_name
11 12 13 |
# File 'lib/android_in_app_billing/inapp_purchase.rb', line 11 def package_name @package_name end |
#product_id ⇒ Object
Returns the value of attribute product_id
11 12 13 |
# File 'lib/android_in_app_billing/inapp_purchase.rb', line 11 def product_id @product_id end |
#purchased_at ⇒ Object
Returns the value of attribute purchased_at
11 12 13 |
# File 'lib/android_in_app_billing/inapp_purchase.rb', line 11 def purchased_at @purchased_at end |
#raw ⇒ Object
Returns the value of attribute raw
11 12 13 |
# File 'lib/android_in_app_billing/inapp_purchase.rb', line 11 def raw @raw end |
#signature ⇒ Object
Returns the value of attribute signature
11 12 13 |
# File 'lib/android_in_app_billing/inapp_purchase.rb', line 11 def signature @signature end |
#state ⇒ Object
Returns the value of attribute state
11 12 13 |
# File 'lib/android_in_app_billing/inapp_purchase.rb', line 11 def state @state end |
#token ⇒ Object
Returns the value of attribute token
11 12 13 |
# File 'lib/android_in_app_billing/inapp_purchase.rb', line 11 def token @token end |