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, #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

#cityObject

Returns the value of attribute city.



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

def city
  @city
end

#companyObject

Returns the value of attribute company.



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

def company
  @company
end

#countryObject

Returns the value of attribute country.



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

def country
  @country
end

#emailObject

Returns the value of attribute email.



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

def email
  @email
end

#first_nameObject

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_nameObject

Returns the value of attribute last_name.



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

def last_name
  @last_name
end

#line1Object

Returns the value of attribute line1.



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

def line1
  @line1
end

#line2Object

Returns the value of attribute line2.



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

def line2
  @line2
end

#line3Object

Returns the value of attribute line3.



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

def line3
  @line3
end

#phoneObject

Returns the value of attribute phone.



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

def phone
  @phone
end

#stateObject

Returns the value of attribute state.



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

def state
  @state
end

#zipObject

Returns the value of attribute zip.



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

def zip
  @zip
end