Class: RubyNative::IAP::Decodable::Notification
- Inherits:
-
Data
- Object
- Data
- RubyNative::IAP::Decodable::Notification
- Defined in:
- lib/ruby_native/iap/decodable.rb
Instance Attribute Summary collapse
-
#app_account_token ⇒ Object
readonly
Returns the value of attribute app_account_token.
-
#bundle_id ⇒ Object
readonly
Returns the value of attribute bundle_id.
-
#environment ⇒ Object
readonly
Returns the value of attribute environment.
-
#expires_date ⇒ Object
readonly
Returns the value of attribute expires_date.
-
#notification_type ⇒ Object
readonly
Returns the value of attribute notification_type.
-
#notification_uuid ⇒ Object
readonly
Returns the value of attribute notification_uuid.
-
#offer_type ⇒ Object
readonly
Returns the value of attribute offer_type.
-
#original_transaction_id ⇒ Object
readonly
Returns the value of attribute original_transaction_id.
-
#product_id ⇒ Object
readonly
Returns the value of attribute product_id.
-
#purchase_date ⇒ Object
readonly
Returns the value of attribute purchase_date.
-
#subtype ⇒ Object
readonly
Returns the value of attribute subtype.
-
#transaction_id ⇒ Object
readonly
Returns the value of attribute transaction_id.
Instance Attribute Details
#app_account_token ⇒ Object (readonly)
Returns the value of attribute app_account_token
6 7 8 |
# File 'lib/ruby_native/iap/decodable.rb', line 6 def app_account_token @app_account_token end |
#bundle_id ⇒ Object (readonly)
Returns the value of attribute bundle_id
6 7 8 |
# File 'lib/ruby_native/iap/decodable.rb', line 6 def bundle_id @bundle_id end |
#environment ⇒ Object (readonly)
Returns the value of attribute environment
6 7 8 |
# File 'lib/ruby_native/iap/decodable.rb', line 6 def environment @environment end |
#expires_date ⇒ Object (readonly)
Returns the value of attribute expires_date
6 7 8 |
# File 'lib/ruby_native/iap/decodable.rb', line 6 def expires_date @expires_date end |
#notification_type ⇒ Object (readonly)
Returns the value of attribute notification_type
6 7 8 |
# File 'lib/ruby_native/iap/decodable.rb', line 6 def notification_type @notification_type end |
#notification_uuid ⇒ Object (readonly)
Returns the value of attribute notification_uuid
6 7 8 |
# File 'lib/ruby_native/iap/decodable.rb', line 6 def notification_uuid @notification_uuid end |
#offer_type ⇒ Object (readonly)
Returns the value of attribute offer_type
6 7 8 |
# File 'lib/ruby_native/iap/decodable.rb', line 6 def offer_type @offer_type end |
#original_transaction_id ⇒ Object (readonly)
Returns the value of attribute original_transaction_id
6 7 8 |
# File 'lib/ruby_native/iap/decodable.rb', line 6 def original_transaction_id @original_transaction_id end |
#product_id ⇒ Object (readonly)
Returns the value of attribute product_id
6 7 8 |
# File 'lib/ruby_native/iap/decodable.rb', line 6 def product_id @product_id end |
#purchase_date ⇒ Object (readonly)
Returns the value of attribute purchase_date
6 7 8 |
# File 'lib/ruby_native/iap/decodable.rb', line 6 def purchase_date @purchase_date end |
#subtype ⇒ Object (readonly)
Returns the value of attribute subtype
6 7 8 |
# File 'lib/ruby_native/iap/decodable.rb', line 6 def subtype @subtype end |
#transaction_id ⇒ Object (readonly)
Returns the value of attribute transaction_id
6 7 8 |
# File 'lib/ruby_native/iap/decodable.rb', line 6 def transaction_id @transaction_id end |