class Gillbus::GetCities::Request

Attributes

start_city_id[RW]

Public Instance Methods

params() click to toggle source
# File lib/gillbus/get_cities.rb, line 10
def params
  {
    startCityId: start_city_id,
  }
end
path() click to toggle source
# File lib/gillbus/get_cities.rb, line 6
def path; '/online2/getCities' end