Class: ChargeBee::Token
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#expired_at ⇒ Object
Returns the value of attribute expired_at.
-
#gateway ⇒ Object
Returns the value of attribute gateway.
-
#gateway_account_id ⇒ Object
Returns the value of attribute gateway_account_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#id_at_vault ⇒ Object
Returns the value of attribute id_at_vault.
-
#ip_address ⇒ Object
Returns the value of attribute ip_address.
-
#payment_method_type ⇒ Object
Returns the value of attribute payment_method_type.
-
#status ⇒ Object
Returns the value of attribute status.
-
#vault ⇒ Object
Returns the value of attribute vault.
Method Summary
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_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/token.rb', line 4 def created_at @created_at end |
#expired_at ⇒ Object
Returns the value of attribute expired_at.
4 5 6 |
# File 'lib/chargebee/models/token.rb', line 4 def expired_at @expired_at end |
#gateway ⇒ Object
Returns the value of attribute gateway.
4 5 6 |
# File 'lib/chargebee/models/token.rb', line 4 def gateway @gateway end |
#gateway_account_id ⇒ Object
Returns the value of attribute gateway_account_id.
4 5 6 |
# File 'lib/chargebee/models/token.rb', line 4 def gateway_account_id @gateway_account_id end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/chargebee/models/token.rb', line 4 def id @id end |
#id_at_vault ⇒ Object
Returns the value of attribute id_at_vault.
4 5 6 |
# File 'lib/chargebee/models/token.rb', line 4 def id_at_vault @id_at_vault end |
#ip_address ⇒ Object
Returns the value of attribute ip_address.
4 5 6 |
# File 'lib/chargebee/models/token.rb', line 4 def ip_address @ip_address end |
#payment_method_type ⇒ Object
Returns the value of attribute payment_method_type.
4 5 6 |
# File 'lib/chargebee/models/token.rb', line 4 def payment_method_type @payment_method_type end |
#status ⇒ Object
Returns the value of attribute status.
4 5 6 |
# File 'lib/chargebee/models/token.rb', line 4 def status @status end |
#vault ⇒ Object
Returns the value of attribute vault.
4 5 6 |
# File 'lib/chargebee/models/token.rb', line 4 def vault @vault end |