Class: ChargeBee::Address
- Defined in:
- lib/chargebee/models/address.rb
Instance Attribute Summary collapse
-
#addr ⇒ Object
Returns the value of attribute addr.
-
#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.
-
#extended_addr ⇒ Object
Returns the value of attribute extended_addr.
-
#extended_addr2 ⇒ Object
Returns the value of attribute extended_addr2.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#label ⇒ Object
Returns the value of attribute label.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#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.
-
#subscription_id ⇒ Object
Returns the value of attribute subscription_id.
-
#validation_status ⇒ Object
Returns the value of attribute validation_status.
-
#zip ⇒ Object
Returns the value of attribute zip.
Class Method Summary collapse
-
.retrieve(params, env = nil, headers = {}) ⇒ Object
OPERATIONS ———–.
- .update(params, env = nil, headers = {}) ⇒ Object
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #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
#addr ⇒ Object
Returns the value of attribute addr.
4 5 6 |
# File 'lib/chargebee/models/address.rb', line 4 def addr @addr end |
#city ⇒ Object
Returns the value of attribute city.
4 5 6 |
# File 'lib/chargebee/models/address.rb', line 4 def city @city end |
#company ⇒ Object
Returns the value of attribute company.
4 5 6 |
# File 'lib/chargebee/models/address.rb', line 4 def company @company end |
#country ⇒ Object
Returns the value of attribute country.
4 5 6 |
# File 'lib/chargebee/models/address.rb', line 4 def country @country end |
#email ⇒ Object
Returns the value of attribute email.
4 5 6 |
# File 'lib/chargebee/models/address.rb', line 4 def email @email end |
#extended_addr ⇒ Object
Returns the value of attribute extended_addr.
4 5 6 |
# File 'lib/chargebee/models/address.rb', line 4 def extended_addr @extended_addr end |
#extended_addr2 ⇒ Object
Returns the value of attribute extended_addr2.
4 5 6 |
# File 'lib/chargebee/models/address.rb', line 4 def extended_addr2 @extended_addr2 end |
#first_name ⇒ Object
Returns the value of attribute first_name.
4 5 6 |
# File 'lib/chargebee/models/address.rb', line 4 def first_name @first_name end |
#label ⇒ Object
Returns the value of attribute label.
4 5 6 |
# File 'lib/chargebee/models/address.rb', line 4 def label @label end |
#last_name ⇒ Object
Returns the value of attribute last_name.
4 5 6 |
# File 'lib/chargebee/models/address.rb', line 4 def last_name @last_name end |
#phone ⇒ Object
Returns the value of attribute phone.
4 5 6 |
# File 'lib/chargebee/models/address.rb', line 4 def phone @phone end |
#state ⇒ Object
Returns the value of attribute state.
4 5 6 |
# File 'lib/chargebee/models/address.rb', line 4 def state @state end |
#state_code ⇒ Object
Returns the value of attribute state_code.
4 5 6 |
# File 'lib/chargebee/models/address.rb', line 4 def state_code @state_code end |
#subscription_id ⇒ Object
Returns the value of attribute subscription_id.
4 5 6 |
# File 'lib/chargebee/models/address.rb', line 4 def subscription_id @subscription_id end |
#validation_status ⇒ Object
Returns the value of attribute validation_status.
4 5 6 |
# File 'lib/chargebee/models/address.rb', line 4 def validation_status @validation_status end |
#zip ⇒ Object
Returns the value of attribute zip.
4 5 6 |
# File 'lib/chargebee/models/address.rb', line 4 def zip @zip end |