Class: ChargeBee::Order::ShippingAddress
- Defined in:
 - lib/chargebee/models/order.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.
 - 
  
    
      #index  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute index.
 - 
  
    
      #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, #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
#city ⇒ Object
Returns the value of attribute city.
      9 10 11  | 
    
      # File 'lib/chargebee/models/order.rb', line 9 def city @city end  | 
  
#company ⇒ Object
Returns the value of attribute company.
      9 10 11  | 
    
      # File 'lib/chargebee/models/order.rb', line 9 def company @company end  | 
  
#country ⇒ Object
Returns the value of attribute country.
      9 10 11  | 
    
      # File 'lib/chargebee/models/order.rb', line 9 def country @country end  | 
  
#email ⇒ Object
Returns the value of attribute email.
      9 10 11  | 
    
      # File 'lib/chargebee/models/order.rb', line 9 def email @email end  | 
  
#first_name ⇒ Object
Returns the value of attribute first_name.
      9 10 11  | 
    
      # File 'lib/chargebee/models/order.rb', line 9 def first_name @first_name end  | 
  
#index ⇒ Object
Returns the value of attribute index.
      9 10 11  | 
    
      # File 'lib/chargebee/models/order.rb', line 9 def index @index end  | 
  
#last_name ⇒ Object
Returns the value of attribute last_name.
      9 10 11  | 
    
      # File 'lib/chargebee/models/order.rb', line 9 def last_name @last_name end  | 
  
#line1 ⇒ Object
Returns the value of attribute line1.
      9 10 11  | 
    
      # File 'lib/chargebee/models/order.rb', line 9 def line1 @line1 end  | 
  
#line2 ⇒ Object
Returns the value of attribute line2.
      9 10 11  | 
    
      # File 'lib/chargebee/models/order.rb', line 9 def line2 @line2 end  | 
  
#line3 ⇒ Object
Returns the value of attribute line3.
      9 10 11  | 
    
      # File 'lib/chargebee/models/order.rb', line 9 def line3 @line3 end  | 
  
#phone ⇒ Object
Returns the value of attribute phone.
      9 10 11  | 
    
      # File 'lib/chargebee/models/order.rb', line 9 def phone @phone end  | 
  
#state ⇒ Object
Returns the value of attribute state.
      9 10 11  | 
    
      # File 'lib/chargebee/models/order.rb', line 9 def state @state end  | 
  
#state_code ⇒ Object
Returns the value of attribute state_code.
      9 10 11  | 
    
      # File 'lib/chargebee/models/order.rb', line 9 def state_code @state_code end  | 
  
#validation_status ⇒ Object
Returns the value of attribute validation_status.
      9 10 11  | 
    
      # File 'lib/chargebee/models/order.rb', line 9 def validation_status @validation_status end  | 
  
#zip ⇒ Object
Returns the value of attribute zip.
      9 10 11  | 
    
      # File 'lib/chargebee/models/order.rb', line 9 def zip @zip end  |