Class: AndroidInAppBilling::SubscriptionPurchase::Attributes

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

Instance Attribute Summary collapse

Instance Attribute Details

#auto_renewingObject

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_reasonObject

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_codeObject

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_payloadObject

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_atObject

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

#kindObject

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_stateObject

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_microsObject

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_codeObject

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_atObject

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_atObject

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