testcloud_devices_ruby 0.0.0.6 → 0.0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/testcloud/devices/resources.rb +1 -2
- data/lib/testcloud/devices/ruby/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cf10577cc34137812326dd9bba5dd59d87e9394b
|
4
|
+
data.tar.gz: e8e701304987b2f01d0836624f460dd15d8b223b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f00cbdd0559e7e1b34a031e57110f8d928dd171765176b590bf3e33e7b861812618db0399f4ea35cb95f88c0a31f00b32c99e84731fc3f22551bcf739784b14b
|
7
|
+
data.tar.gz: ab582dceb8ef47ba6746d1f8a146b9fd7f905b73cabb849f99882cf4e9dbbb09302f2232e79cc765074cf7229510284c2573fb79317540240b253fa7799271e9
|
@@ -7,8 +7,7 @@ module Testcloud
|
|
7
7
|
|
8
8
|
# Return all available device types
|
9
9
|
def types
|
10
|
-
@raw_response = self.class.get('/devices/types', access_headers)
|
11
|
-
@response = Response.new(@raw_response).keys
|
10
|
+
@raw_response = @response = self.class.get('/devices/types', access_headers)
|
12
11
|
end
|
13
12
|
|
14
13
|
# Return all available categories for a given device type
|