Class: TestdroidAPI::File

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

Returns a new instance of File.



57
58
59
60
# File 'lib/testdroid_api/files.rb', line 57

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

Dynamic Method Handling

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