Class: ChargeBee::Customer::BillingAddress

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

#city ⇒ Object

Returns the value of attribute city.



5
6
7
# File 'lib/chargebee/models/customer.rb', line 5

def city
  @city
end

#company ⇒ Object

Returns the value of attribute company.



5
6
7
# File 'lib/chargebee/models/customer.rb', line 5

def company
  @company
end

#country ⇒ Object

Returns the value of attribute country.



5
6
7
# File 'lib/chargebee/models/customer.rb', line 5

def country
  @country
end

#email ⇒ Object

Returns the value of attribute email.



5
6
7
# File 'lib/chargebee/models/customer.rb', line 5

def email
  @email
end

#first_name ⇒ Object

Returns the value of attribute first_name.



5
6
7
# File 'lib/chargebee/models/customer.rb', line 5

def first_name
  @first_name
end

#last_name ⇒ Object

Returns the value of attribute last_name.



5
6
7
# File 'lib/chargebee/models/customer.rb', line 5

def last_name
  @last_name
end

#line1 ⇒ Object

Returns the value of attribute line1.



5
6
7
# File 'lib/chargebee/models/customer.rb', line 5

def line1
  @line1
end

#line2 ⇒ Object

Returns the value of attribute line2.



5
6
7
# File 'lib/chargebee/models/customer.rb', line 5

def line2
  @line2
end

#line3 ⇒ Object

Returns the value of attribute line3.



5
6
7
# File 'lib/chargebee/models/customer.rb', line 5

def line3
  @line3
end

#phone ⇒ Object

Returns the value of attribute phone.



5
6
7
# File 'lib/chargebee/models/customer.rb', line 5

def phone
  @phone
end

#state ⇒ Object

Returns the value of attribute state.



5
6
7
# File 'lib/chargebee/models/customer.rb', line 5

def state
  @state
end

#state_code ⇒ Object

Returns the value of attribute state_code.



5
6
7
# File 'lib/chargebee/models/customer.rb', line 5

def state_code
  @state_code
end

#validation_status ⇒ Object

Returns the value of attribute validation_status.



5
6
7
# File 'lib/chargebee/models/customer.rb', line 5

def validation_status
  @validation_status
end

#zip ⇒ Object

Returns the value of attribute zip.



5
6
7
# File 'lib/chargebee/models/customer.rb', line 5

def zip
  @zip
end