class TestdroidAPI::Runs
Public Instance Methods
create(data = {})
click to toggle source
Calls superclass method
TestdroidAPI::CloudListResource#create
# File lib/testdroid_api/runs.rb, line 4 def create(data = {}) super :body => data, :headers => {'Content-Type' => 'application/json'} end