Class: Uber::Delivery::Region

Inherits:
Base
  • Object
show all
Defined in:
lib/uber/models/delivery/region.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#[], #initialize

Constructor Details

This class inherits a constructor from Uber::Base

Instance Attribute Details

#cityObject

Returns the value of attribute city.



4
5
6
# File 'lib/uber/models/delivery/region.rb', line 4

def city
  @city
end

#countryObject

Returns the value of attribute country.



4
5
6
# File 'lib/uber/models/delivery/region.rb', line 4

def country
  @country
end

#featuresObject

Returns the value of attribute features.



4
5
6
# File 'lib/uber/models/delivery/region.rb', line 4

def features
  @features
end

#typeObject

Returns the value of attribute type.



4
5
6
# File 'lib/uber/models/delivery/region.rb', line 4

def type
  @type
end