class RoxClient::TestPayload

Public Class Methods

new(run) click to toggle source
# File lib/rox-client-ruby/test_payload.rb, line 10
def initialize run
  @run = run
end

Public Instance Methods

to_h(options = {}) click to toggle source
# File lib/rox-client-ruby/test_payload.rb, line 14
def to_h options = {}
  # version 1 payload consists of one test run
  @run.to_h options
end