Class: TestdroidAPI::User

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

Returns a new instance of User.



3
4
5
6
# File 'lib/testdroid_api/user.rb', line 3

def initialize(uri, client, params={})
  super uri, client, "users", params
  sub_items :projects, :device_groups, :device_sessions, :file_sets
end

Dynamic Method Handling

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