Class: AndroidInAppBilling::InappPurchase::Attributes

Inherits:
Struct
  • Object
show all
Defined in:
lib/android_in_app_billing/inapp_purchase.rb

Instance Attribute Summary collapse

Instance Attribute Details

#auto_renewingObject

Returns the value of attribute auto_renewing

Returns:

  • (Object)

    the current value of auto_renewing



11
12
13
# File 'lib/android_in_app_billing/inapp_purchase.rb', line 11

def auto_renewing
  @auto_renewing
end

#developer_payloadObject

Returns the value of attribute developer_payload

Returns:

  • (Object)

    the current value of developer_payload



11
12
13
# File 'lib/android_in_app_billing/inapp_purchase.rb', line 11

def developer_payload
  @developer_payload
end

#order_idObject

Returns the value of attribute order_id

Returns:

  • (Object)

    the current value of order_id



11
12
13
# File 'lib/android_in_app_billing/inapp_purchase.rb', line 11

def order_id
  @order_id
end

#package_nameObject

Returns the value of attribute package_name

Returns:

  • (Object)

    the current value of package_name



11
12
13
# File 'lib/android_in_app_billing/inapp_purchase.rb', line 11

def package_name
  @package_name
end

#product_idObject

Returns the value of attribute product_id

Returns:

  • (Object)

    the current value of product_id



11
12
13
# File 'lib/android_in_app_billing/inapp_purchase.rb', line 11

def product_id
  @product_id
end

#purchased_atObject

Returns the value of attribute purchased_at

Returns:

  • (Object)

    the current value of purchased_at



11
12
13
# File 'lib/android_in_app_billing/inapp_purchase.rb', line 11

def purchased_at
  @purchased_at
end

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



11
12
13
# File 'lib/android_in_app_billing/inapp_purchase.rb', line 11

def raw
  @raw
end

#signatureObject

Returns the value of attribute signature

Returns:

  • (Object)

    the current value of signature



11
12
13
# File 'lib/android_in_app_billing/inapp_purchase.rb', line 11

def signature
  @signature
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



11
12
13
# File 'lib/android_in_app_billing/inapp_purchase.rb', line 11

def state
  @state
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



11
12
13
# File 'lib/android_in_app_billing/inapp_purchase.rb', line 11

def token
  @token
end