Sha256: 660e03dcb61014339cfb21816b8fa56b0c9594cf7f809caf3ff6b72132323870

Contents?: true

Size: 255 Bytes

Versions: 5

Compression:

Stored size: 255 Bytes

Contents

module TestdroidAPI
  class Labels < CloudListResource
  end
  class Label < CloudResource
    def initialize(uri, client, params = {})
      super uri, client, "label", params
      @uri, @client = uri, client
      sub_items :devices
    end

  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
testdroid-api-client-0.6.0 lib/testdroid_api/labels.rb
testdroid-api-client-updated-0.5.1 lib/testdroid_api/labels.rb
testdroid-api-client-0.5.0 lib/testdroid_api/labels.rb
testdroid-api-client-0.4.1 lib/testdroid_api/labels.rb
testdroid-api-client-0.4.0 lib/testdroid_api/labels.rb