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