Class: TestdroidAPI::Parameter

Inherits:
CloudResource show all
Defined in:
lib/testdroid_api/parameters.rb

Instance Method Summary collapse

Methods inherited from CloudResource

#camel_case_it, #delete, #download_file, #inspect, #method_missing, #refresh, #set_up_properties_from, #snake_case_it, #sub_items, #update

Constructor Details

#initialize(uri, client, params = {}) ⇒ Parameter

Returns a new instance of Parameter.



5
6
7
# File 'lib/testdroid_api/parameters.rb', line 5

def initialize(uri, client, params= {})
  super uri, client, "parameter", params
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class TestdroidAPI::CloudResource