Class: ChargeBee::GatewayPaymentMethodToken
- Defined in:
- lib/chargebee/models/gateway_payment_method_token.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#gateway_account_id ⇒ Object
Returns the value of attribute gateway_account_id.
-
#gateway_customer_id ⇒ Object
Returns the value of attribute gateway_customer_id.
-
#gateway_name ⇒ Object
Returns the value of attribute gateway_name.
-
#gateway_token ⇒ Object
Returns the value of attribute gateway_token.
-
#id ⇒ Object
Returns the value of attribute id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Method Summary
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #respond_to_missing?, #to_s, uri_path
Constructor Details
This class inherits a constructor from ChargeBee::Model
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ChargeBee::Model
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
4 5 6 |
# File 'lib/chargebee/models/gateway_payment_method_token.rb', line 4 def created_at @created_at end |
#gateway_account_id ⇒ Object
Returns the value of attribute gateway_account_id.
4 5 6 |
# File 'lib/chargebee/models/gateway_payment_method_token.rb', line 4 def gateway_account_id @gateway_account_id end |
#gateway_customer_id ⇒ Object
Returns the value of attribute gateway_customer_id.
4 5 6 |
# File 'lib/chargebee/models/gateway_payment_method_token.rb', line 4 def gateway_customer_id @gateway_customer_id end |
#gateway_name ⇒ Object
Returns the value of attribute gateway_name.
4 5 6 |
# File 'lib/chargebee/models/gateway_payment_method_token.rb', line 4 def gateway_name @gateway_name end |
#gateway_token ⇒ Object
Returns the value of attribute gateway_token.
4 5 6 |
# File 'lib/chargebee/models/gateway_payment_method_token.rb', line 4 def gateway_token @gateway_token end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/chargebee/models/gateway_payment_method_token.rb', line 4 def id @id end |
#status ⇒ Object
Returns the value of attribute status.
4 5 6 |
# File 'lib/chargebee/models/gateway_payment_method_token.rb', line 4 def status @status end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
4 5 6 |
# File 'lib/chargebee/models/gateway_payment_method_token.rb', line 4 def updated_at @updated_at end |