Sha256: 3f68b647fc74d1d6f85e36b4b6add9ed3c0b193d3e15f78916010d1891abd28d

Contents?: true

Size: 242 Bytes

Versions: 5

Compression:

Stored size: 242 Bytes

Contents

module TestdroidAPI
  class Frameworks < CloudListResource
  end
  class Framework < CloudResource
    def initialize(uri, client, params = {})
      super uri, client, "Framework", params
      @uri, @client = uri, client
    end

  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

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