Class: ChargeBee::Customer::PaymentMethod

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/customer.rb

Instance Attribute Summary collapse

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.



13
14
15
# File 'lib/chargebee/models/customer.rb', line 13

def gateway
  @gateway
end

#gateway_account_id ⇒ Object

Returns the value of attribute gateway_account_id.



13
14
15
# File 'lib/chargebee/models/customer.rb', line 13

def 
  @gateway_account_id
end

#reference_id ⇒ Object

Returns the value of attribute reference_id.



13
14
15
# File 'lib/chargebee/models/customer.rb', line 13

def reference_id
  @reference_id
end

#status ⇒ Object

Returns the value of attribute status.



13
14
15
# File 'lib/chargebee/models/customer.rb', line 13

def status
  @status
end

#type ⇒ Object

Returns the value of attribute type.



13
14
15
# File 'lib/chargebee/models/customer.rb', line 13

def type
  @type
end