Class: ChargeBee::Quote::BillingAddress
- Defined in:
- lib/chargebee/models/quote.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.
33 34 35 |
# File 'lib/chargebee/models/quote.rb', line 33 def city @city end |
#company ⇒ Object
Returns the value of attribute company.
33 34 35 |
# File 'lib/chargebee/models/quote.rb', line 33 def company @company end |
#country ⇒ Object
Returns the value of attribute country.
33 34 35 |
# File 'lib/chargebee/models/quote.rb', line 33 def country @country end |
#email ⇒ Object
Returns the value of attribute email.
33 34 35 |
# File 'lib/chargebee/models/quote.rb', line 33 def email @email end |
#first_name ⇒ Object
Returns the value of attribute first_name.
33 34 35 |
# File 'lib/chargebee/models/quote.rb', line 33 def first_name @first_name end |
#last_name ⇒ Object
Returns the value of attribute last_name.
33 34 35 |
# File 'lib/chargebee/models/quote.rb', line 33 def last_name @last_name end |
#line1 ⇒ Object
Returns the value of attribute line1.
33 34 35 |
# File 'lib/chargebee/models/quote.rb', line 33 def line1 @line1 end |
#line2 ⇒ Object
Returns the value of attribute line2.
33 34 35 |
# File 'lib/chargebee/models/quote.rb', line 33 def line2 @line2 end |
#line3 ⇒ Object
Returns the value of attribute line3.
33 34 35 |
# File 'lib/chargebee/models/quote.rb', line 33 def line3 @line3 end |
#phone ⇒ Object
Returns the value of attribute phone.
33 34 35 |
# File 'lib/chargebee/models/quote.rb', line 33 def phone @phone end |
#state ⇒ Object
Returns the value of attribute state.
33 34 35 |
# File 'lib/chargebee/models/quote.rb', line 33 def state @state end |
#state_code ⇒ Object
Returns the value of attribute state_code.
33 34 35 |
# File 'lib/chargebee/models/quote.rb', line 33 def state_code @state_code end |
#validation_status ⇒ Object
Returns the value of attribute validation_status.
33 34 35 |
# File 'lib/chargebee/models/quote.rb', line 33 def validation_status @validation_status end |
#zip ⇒ Object
Returns the value of attribute zip.
33 34 35 |
# File 'lib/chargebee/models/quote.rb', line 33 def zip @zip end |