Class: TestdroidAPI::Label

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

Returns a new instance of Label.



5
6
7
8
9
# File 'lib/testdroid_api/labels.rb', line 5

def initialize(uri, client, params = {})
  super uri, client, "label", params
  @uri, @client = uri, client
  sub_items :devices
end

Dynamic Method Handling

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