Class: ChargeBee::Customer::Contact
- Defined in:
- lib/chargebee/models/customer.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#id ⇒ Object
Returns the value of attribute id.
-
#label ⇒ Object
Returns the value of attribute label.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#send_account_email ⇒ Object
Returns the value of attribute send_account_email.
-
#send_billing_email ⇒ Object
Returns the value of attribute send_billing_email.
Method Summary
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #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
#email ⇒ Object
Returns the value of attribute email.
13 14 15 |
# File 'lib/chargebee/models/customer.rb', line 13 def email @email end |
#enabled ⇒ Object
Returns the value of attribute enabled.
13 14 15 |
# File 'lib/chargebee/models/customer.rb', line 13 def enabled @enabled end |
#first_name ⇒ Object
Returns the value of attribute first_name.
13 14 15 |
# File 'lib/chargebee/models/customer.rb', line 13 def first_name @first_name end |
#id ⇒ Object
Returns the value of attribute id.
13 14 15 |
# File 'lib/chargebee/models/customer.rb', line 13 def id @id end |
#label ⇒ Object
Returns the value of attribute label.
13 14 15 |
# File 'lib/chargebee/models/customer.rb', line 13 def label @label end |
#last_name ⇒ Object
Returns the value of attribute last_name.
13 14 15 |
# File 'lib/chargebee/models/customer.rb', line 13 def last_name @last_name end |
#phone ⇒ Object
Returns the value of attribute phone.
13 14 15 |
# File 'lib/chargebee/models/customer.rb', line 13 def phone @phone end |
#send_account_email ⇒ Object
Returns the value of attribute send_account_email.
13 14 15 |
# File 'lib/chargebee/models/customer.rb', line 13 def send_account_email @send_account_email end |
#send_billing_email ⇒ Object
Returns the value of attribute send_billing_email.
13 14 15 |
# File 'lib/chargebee/models/customer.rb', line 13 def send_billing_email @send_billing_email end |