Class: ChargeBee::Contact
- Defined in:
 - lib/chargebee/models/contact.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.
      4 5 6  | 
    
      # File 'lib/chargebee/models/contact.rb', line 4 def email @email end  | 
  
#enabled ⇒ Object
Returns the value of attribute enabled.
      4 5 6  | 
    
      # File 'lib/chargebee/models/contact.rb', line 4 def enabled @enabled end  | 
  
#first_name ⇒ Object
Returns the value of attribute first_name.
      4 5 6  | 
    
      # File 'lib/chargebee/models/contact.rb', line 4 def first_name @first_name end  | 
  
#id ⇒ Object
Returns the value of attribute id.
      4 5 6  | 
    
      # File 'lib/chargebee/models/contact.rb', line 4 def id @id end  | 
  
#label ⇒ Object
Returns the value of attribute label.
      4 5 6  | 
    
      # File 'lib/chargebee/models/contact.rb', line 4 def label @label end  | 
  
#last_name ⇒ Object
Returns the value of attribute last_name.
      4 5 6  | 
    
      # File 'lib/chargebee/models/contact.rb', line 4 def last_name @last_name end  | 
  
#phone ⇒ Object
Returns the value of attribute phone.
      4 5 6  | 
    
      # File 'lib/chargebee/models/contact.rb', line 4 def phone @phone end  | 
  
#send_account_email ⇒ Object
Returns the value of attribute send_account_email.
      4 5 6  | 
    
      # File 'lib/chargebee/models/contact.rb', line 4 def send_account_email @send_account_email end  | 
  
#send_billing_email ⇒ Object
Returns the value of attribute send_billing_email.
      4 5 6  | 
    
      # File 'lib/chargebee/models/contact.rb', line 4 def send_billing_email @send_billing_email end  |