Class: Torasup::Location
- Inherits:
-
Object
- Object
- Torasup::Location
- Defined in:
- lib/torasup/location.rb
Instance Attribute Summary collapse
-
#area ⇒ Object
Returns the value of attribute area.
-
#area_code ⇒ Object
Returns the value of attribute area_code.
-
#country_id ⇒ Object
Returns the value of attribute country_id.
Instance Method Summary collapse
-
#initialize(country_id, area_code) ⇒ Location
constructor
A new instance of Location.
Constructor Details
Instance Attribute Details
#area ⇒ Object
Returns the value of attribute area.
3 4 5 |
# File 'lib/torasup/location.rb', line 3 def area @area end |
#area_code ⇒ Object
Returns the value of attribute area_code.
3 4 5 |
# File 'lib/torasup/location.rb', line 3 def area_code @area_code end |
#country_id ⇒ Object
Returns the value of attribute country_id.
3 4 5 |
# File 'lib/torasup/location.rb', line 3 def country_id @country_id end |