Class: ChargeBee::Invoice::BillingAddress
- Defined in:
- lib/chargebee/models/invoice.rb
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#company ⇒ Object
Returns the value of attribute company.
-
#country ⇒ Object
Returns the value of attribute country.
-
#email ⇒ Object
Returns the value of attribute email.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#line1 ⇒ Object
Returns the value of attribute line1.
-
#line2 ⇒ Object
Returns the value of attribute line2.
-
#line3 ⇒ Object
Returns the value of attribute line3.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#state ⇒ Object
Returns the value of attribute state.
-
#state_code ⇒ Object
Returns the value of attribute state_code.
-
#validation_status ⇒ Object
Returns the value of attribute validation_status.
-
#zip ⇒ Object
Returns the value of attribute zip.
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.
61 62 63 |
# File 'lib/chargebee/models/invoice.rb', line 61 def city @city end |
#company ⇒ Object
Returns the value of attribute company.
61 62 63 |
# File 'lib/chargebee/models/invoice.rb', line 61 def company @company end |
#country ⇒ Object
Returns the value of attribute country.
61 62 63 |
# File 'lib/chargebee/models/invoice.rb', line 61 def country @country end |
#email ⇒ Object
Returns the value of attribute email.
61 62 63 |
# File 'lib/chargebee/models/invoice.rb', line 61 def email @email end |
#first_name ⇒ Object
Returns the value of attribute first_name.
61 62 63 |
# File 'lib/chargebee/models/invoice.rb', line 61 def first_name @first_name end |
#last_name ⇒ Object
Returns the value of attribute last_name.
61 62 63 |
# File 'lib/chargebee/models/invoice.rb', line 61 def last_name @last_name end |
#line1 ⇒ Object
Returns the value of attribute line1.
61 62 63 |
# File 'lib/chargebee/models/invoice.rb', line 61 def line1 @line1 end |
#line2 ⇒ Object
Returns the value of attribute line2.
61 62 63 |
# File 'lib/chargebee/models/invoice.rb', line 61 def line2 @line2 end |
#line3 ⇒ Object
Returns the value of attribute line3.
61 62 63 |
# File 'lib/chargebee/models/invoice.rb', line 61 def line3 @line3 end |
#phone ⇒ Object
Returns the value of attribute phone.
61 62 63 |
# File 'lib/chargebee/models/invoice.rb', line 61 def phone @phone end |
#state ⇒ Object
Returns the value of attribute state.
61 62 63 |
# File 'lib/chargebee/models/invoice.rb', line 61 def state @state end |
#state_code ⇒ Object
Returns the value of attribute state_code.
61 62 63 |
# File 'lib/chargebee/models/invoice.rb', line 61 def state_code @state_code end |
#validation_status ⇒ Object
Returns the value of attribute validation_status.
61 62 63 |
# File 'lib/chargebee/models/invoice.rb', line 61 def validation_status @validation_status end |
#zip ⇒ Object
Returns the value of attribute zip.
61 62 63 |
# File 'lib/chargebee/models/invoice.rb', line 61 def zip @zip end |