Class: ChargeBee::Subscription::ShippingAddress

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/subscription.rb

Instance Attribute Summary collapse

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

#cityObject

Returns the value of attribute city.



21
22
23
# File 'lib/chargebee/models/subscription.rb', line 21

def city
  @city
end

#companyObject

Returns the value of attribute company.



21
22
23
# File 'lib/chargebee/models/subscription.rb', line 21

def company
  @company
end

#countryObject

Returns the value of attribute country.



21
22
23
# File 'lib/chargebee/models/subscription.rb', line 21

def country
  @country
end

#emailObject

Returns the value of attribute email.



21
22
23
# File 'lib/chargebee/models/subscription.rb', line 21

def email
  @email
end

#first_nameObject

Returns the value of attribute first_name.



21
22
23
# File 'lib/chargebee/models/subscription.rb', line 21

def first_name
  @first_name
end

#last_nameObject

Returns the value of attribute last_name.



21
22
23
# File 'lib/chargebee/models/subscription.rb', line 21

def last_name
  @last_name
end

#line1Object

Returns the value of attribute line1.



21
22
23
# File 'lib/chargebee/models/subscription.rb', line 21

def line1
  @line1
end

#line2Object

Returns the value of attribute line2.



21
22
23
# File 'lib/chargebee/models/subscription.rb', line 21

def line2
  @line2
end

#line3Object

Returns the value of attribute line3.



21
22
23
# File 'lib/chargebee/models/subscription.rb', line 21

def line3
  @line3
end

#phoneObject

Returns the value of attribute phone.



21
22
23
# File 'lib/chargebee/models/subscription.rb', line 21

def phone
  @phone
end

#stateObject

Returns the value of attribute state.



21
22
23
# File 'lib/chargebee/models/subscription.rb', line 21

def state
  @state
end

#state_codeObject

Returns the value of attribute state_code.



21
22
23
# File 'lib/chargebee/models/subscription.rb', line 21

def state_code
  @state_code
end

#validation_statusObject

Returns the value of attribute validation_status.



21
22
23
# File 'lib/chargebee/models/subscription.rb', line 21

def validation_status
  @validation_status
end

#zipObject

Returns the value of attribute zip.



21
22
23
# File 'lib/chargebee/models/subscription.rb', line 21

def zip
  @zip
end