Class: TestdroidAPI::Property

Inherits:
CloudResource show all
Defined in:
lib/testdroid_api/properties.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 = {}) ⇒ Property

Returns a new instance of Property.



8
9
10
# File 'lib/testdroid_api/properties.rb', line 8

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

Dynamic Method Handling

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