Class: Gillbus::GetCities::Request
- Inherits:
-
BaseRequest
- Object
- BaseRequest
- Gillbus::GetCities::Request
- Defined in:
- lib/gillbus/get_cities.rb
Instance Attribute Summary collapse
-
#start_city_id ⇒ Object
Returns the value of attribute start_city_id.
Instance Method Summary collapse
Methods inherited from BaseRequest
Constructor Details
This class inherits a constructor from Gillbus::BaseRequest
Instance Attribute Details
#start_city_id ⇒ Object
Returns the value of attribute start_city_id.
8 9 10 |
# File 'lib/gillbus/get_cities.rb', line 8 def start_city_id @start_city_id end |
Instance Method Details
#params ⇒ Object
10 11 12 13 14 |
# File 'lib/gillbus/get_cities.rb', line 10 def params { startCityId: start_city_id, } end |
#path ⇒ Object
6 |
# File 'lib/gillbus/get_cities.rb', line 6 def path; '/online2/getCities' end |