Method: Fitting::Records::Spherical::Request#initialize

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

#initialize(method:, path:, body:, response:, title:, group:, host:) ⇒ Request

Returns a new instance of Request.



10
11
12
13
14
15
16
17
18
# File 'lib/fitting/records/spherical/request.rb', line 10

def initialize(method:, path:, body:, response:, title:, group:, host:)
  @method = method
  @path = path
  @body = body
  @response = response
  @title = title
  @group = group
  @host = host
end