Method: Fitting::Records::Tested::Request#to_spherical

Defined in:
lib/fitting/records/tested/request.rb

#to_sphericalObject



42
43
44
45
46
47
48
49
50
51
52
# File 'lib/fitting/records/tested/request.rb', line 42

def to_spherical
  Fitting::Records::Spherical::Request.new(
    method: method,
    path: path,
    body: body,
    response: fitting_response.to_spherical,
    title: test_path,
    group: test_file_path,
    host: host
  )
end