Class: Celery::Billing

Inherits:
Base
  • Object
show all
Defined in:
lib/celery/billing.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/billing.rb', line 4

def city
  @city
end

#countryObject

Returns the value of attribute country.



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

def country
  @country
end

#stateObject

Returns the value of attribute state.



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

def state
  @state
end

#streetObject

Returns the value of attribute street.



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

def street
  @street
end

#zipObject

Returns the value of attribute zip.



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

def zip
  @zip
end