Class: ChargeBee::Contact

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/contact.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

#emailObject

Returns the value of attribute email.



4
5
6
# File 'lib/chargebee/models/contact.rb', line 4

def email
  @email
end

#enabledObject

Returns the value of attribute enabled.



4
5
6
# File 'lib/chargebee/models/contact.rb', line 4

def enabled
  @enabled
end

#first_nameObject

Returns the value of attribute first_name.



4
5
6
# File 'lib/chargebee/models/contact.rb', line 4

def first_name
  @first_name
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/chargebee/models/contact.rb', line 4

def id
  @id
end

#labelObject

Returns the value of attribute label.



4
5
6
# File 'lib/chargebee/models/contact.rb', line 4

def label
  @label
end

#last_nameObject

Returns the value of attribute last_name.



4
5
6
# File 'lib/chargebee/models/contact.rb', line 4

def last_name
  @last_name
end

#phoneObject

Returns the value of attribute phone.



4
5
6
# File 'lib/chargebee/models/contact.rb', line 4

def phone
  @phone
end

#send_account_emailObject

Returns the value of attribute send_account_email.



4
5
6
# File 'lib/chargebee/models/contact.rb', line 4

def 
  @send_account_email
end

#send_billing_emailObject

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