Class: RubyNative::IAP::Decodable::Notification

Inherits:
Data
  • Object
show all
Defined in:
lib/ruby_native/iap/decodable.rb

Instance Attribute Summary collapse

Instance Attribute Details

#app_account_tokenObject (readonly)

Returns the value of attribute app_account_token

Returns:

  • (Object)

    the current value of app_account_token



6
7
8
# File 'lib/ruby_native/iap/decodable.rb', line 6

def 
  @app_account_token
end

#bundle_idObject (readonly)

Returns the value of attribute bundle_id

Returns:

  • (Object)

    the current value of bundle_id



6
7
8
# File 'lib/ruby_native/iap/decodable.rb', line 6

def bundle_id
  @bundle_id
end

#environmentObject (readonly)

Returns the value of attribute environment

Returns:

  • (Object)

    the current value of environment



6
7
8
# File 'lib/ruby_native/iap/decodable.rb', line 6

def environment
  @environment
end

#expires_dateObject (readonly)

Returns the value of attribute expires_date

Returns:

  • (Object)

    the current value of expires_date



6
7
8
# File 'lib/ruby_native/iap/decodable.rb', line 6

def expires_date
  @expires_date
end

#notification_typeObject (readonly)

Returns the value of attribute notification_type

Returns:

  • (Object)

    the current value of notification_type



6
7
8
# File 'lib/ruby_native/iap/decodable.rb', line 6

def notification_type
  @notification_type
end

#notification_uuidObject (readonly)

Returns the value of attribute notification_uuid

Returns:

  • (Object)

    the current value of notification_uuid



6
7
8
# File 'lib/ruby_native/iap/decodable.rb', line 6

def notification_uuid
  @notification_uuid
end

#offer_typeObject (readonly)

Returns the value of attribute offer_type

Returns:

  • (Object)

    the current value of offer_type



6
7
8
# File 'lib/ruby_native/iap/decodable.rb', line 6

def offer_type
  @offer_type
end

#original_transaction_idObject (readonly)

Returns the value of attribute original_transaction_id

Returns:

  • (Object)

    the current value of original_transaction_id



6
7
8
# File 'lib/ruby_native/iap/decodable.rb', line 6

def original_transaction_id
  @original_transaction_id
end

#product_idObject (readonly)

Returns the value of attribute product_id

Returns:

  • (Object)

    the current value of product_id



6
7
8
# File 'lib/ruby_native/iap/decodable.rb', line 6

def product_id
  @product_id
end

#purchase_dateObject (readonly)

Returns the value of attribute purchase_date

Returns:

  • (Object)

    the current value of purchase_date



6
7
8
# File 'lib/ruby_native/iap/decodable.rb', line 6

def purchase_date
  @purchase_date
end

#subtypeObject (readonly)

Returns the value of attribute subtype

Returns:

  • (Object)

    the current value of subtype



6
7
8
# File 'lib/ruby_native/iap/decodable.rb', line 6

def subtype
  @subtype
end

#transaction_idObject (readonly)

Returns the value of attribute transaction_id

Returns:

  • (Object)

    the current value of transaction_id



6
7
8
# File 'lib/ruby_native/iap/decodable.rb', line 6

def transaction_id
  @transaction_id
end