Class: MaponClient::Resources::RouteResource
Constant Summary
AVAILABLE_RESOURCES
Instance Method Summary
collapse
#[], #initialize, #with_key
Instance Method Details
#custom_fields(params = {}) ⇒ Object
10
11
12
13
14
|
# File 'lib/mapon_client/resources/route_resource.rb', line 10
def custom_fields(params = {})
@client['route/custom_fields'].get(
params: with_key(params)
)
end
|
#list(params = {}) ⇒ Object
4
5
6
7
8
|
# File 'lib/mapon_client/resources/route_resource.rb', line 4
def list(params = {})
@client['route/list'].get(
params: with_key(params)
)
end
|