Class: ChargeBee::Customer::PaymentMethod
- Defined in:
- lib/chargebee/models/customer.rb
Instance Attribute Summary collapse
-
#gateway ⇒ Object
Returns the value of attribute gateway.
-
#gateway_account_id ⇒ Object
Returns the value of attribute gateway_account_id.
-
#reference_id ⇒ Object
Returns the value of attribute reference_id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#type ⇒ Object
Returns the value of attribute type.
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
#gateway ⇒ Object
Returns the value of attribute gateway.
17 18 19 |
# File 'lib/chargebee/models/customer.rb', line 17 def gateway @gateway end |
#gateway_account_id ⇒ Object
Returns the value of attribute gateway_account_id.
17 18 19 |
# File 'lib/chargebee/models/customer.rb', line 17 def gateway_account_id @gateway_account_id end |
#reference_id ⇒ Object
Returns the value of attribute reference_id.
17 18 19 |
# File 'lib/chargebee/models/customer.rb', line 17 def reference_id @reference_id end |
#status ⇒ Object
Returns the value of attribute status.
17 18 19 |
# File 'lib/chargebee/models/customer.rb', line 17 def status @status end |
#type ⇒ Object
Returns the value of attribute type.
17 18 19 |
# File 'lib/chargebee/models/customer.rb', line 17 def type @type end |