Class: Uber::Delivery::Region
- Defined in:
- lib/uber/models/delivery/region.rb
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#features ⇒ Object
Returns the value of attribute features.
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Uber::Base
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city.
4 5 6 |
# File 'lib/uber/models/delivery/region.rb', line 4 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
4 5 6 |
# File 'lib/uber/models/delivery/region.rb', line 4 def country @country end |
#features ⇒ Object
Returns the value of attribute features.
4 5 6 |
# File 'lib/uber/models/delivery/region.rb', line 4 def features @features end |
#type ⇒ Object
Returns the value of attribute type.
4 5 6 |
# File 'lib/uber/models/delivery/region.rb', line 4 def type @type end |