class LeanTesting::PlatformDevicesHandler
Public Instance Methods
find(id)
click to toggle source
Calls superclass method
LeanTesting::EntityHandler#find
# File lib/Handler/Platform/PlatformDevicesHandler.rb, line 4 def find(id) super req = APIRequest.new(@origin, '/v1/platform/devices/' + id.to_s(), 'GET') PlatformDevice.new(@origin, req.exec) end