Class: Celery::Address

Inherits:
Base
  • Object
show all
Defined in:
lib/celery/address.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Celery::Base

Instance Attribute Details

#cityObject

Returns the value of attribute city.



4
5
6
# File 'lib/celery/address.rb', line 4

def city
  @city
end

#company_nameObject

Returns the value of attribute company_name.



4
5
6
# File 'lib/celery/address.rb', line 4

def company_name
  @company_name
end

#countryObject

Returns the value of attribute country.



4
5
6
# File 'lib/celery/address.rb', line 4

def country
  @country
end

#phoneObject

Returns the value of attribute phone.



4
5
6
# File 'lib/celery/address.rb', line 4

def phone
  @phone
end

#stateObject

Returns the value of attribute state.



4
5
6
# File 'lib/celery/address.rb', line 4

def state
  @state
end

#streetObject

Returns the value of attribute street.



4
5
6
# File 'lib/celery/address.rb', line 4

def street
  @street
end

#street2Object

Returns the value of attribute street2.



4
5
6
# File 'lib/celery/address.rb', line 4

def street2
  @street2
end

#zipObject

Returns the value of attribute zip.



4
5
6
# File 'lib/celery/address.rb', line 4

def zip
  @zip
end