Class: Rack::DevInsight::Result::Apis::Api

Inherits:
Struct
  • Object
show all
Defined in:
lib/rack/dev_insight/result/apis.rb

Instance Attribute Summary collapse

Instance Attribute Details

#backtraceObject

Returns the value of attribute backtrace

Returns:

  • (Object)

    the current value of backtrace



7
8
9
# File 'lib/rack/dev_insight/result/apis.rb', line 7

def backtrace
  @backtrace
end

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



7
8
9
# File 'lib/rack/dev_insight/result/apis.rb', line 7

def duration
  @duration
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



7
8
9
# File 'lib/rack/dev_insight/result/apis.rb', line 7

def id
  @id
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



7
8
9
# File 'lib/rack/dev_insight/result/apis.rb', line 7

def method
  @method
end

#request_bodyObject

Returns the value of attribute request_body

Returns:

  • (Object)

    the current value of request_body



7
8
9
# File 'lib/rack/dev_insight/result/apis.rb', line 7

def request_body
  @request_body
end

#request_headersObject

Returns the value of attribute request_headers

Returns:

  • (Object)

    the current value of request_headers



7
8
9
# File 'lib/rack/dev_insight/result/apis.rb', line 7

def request_headers
  @request_headers
end

#response_bodyObject

Returns the value of attribute response_body

Returns:

  • (Object)

    the current value of response_body



7
8
9
# File 'lib/rack/dev_insight/result/apis.rb', line 7

def response_body
  @response_body
end

#response_headersObject

Returns the value of attribute response_headers

Returns:

  • (Object)

    the current value of response_headers



7
8
9
# File 'lib/rack/dev_insight/result/apis.rb', line 7

def response_headers
  @response_headers
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



7
8
9
# File 'lib/rack/dev_insight/result/apis.rb', line 7

def status
  @status
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



7
8
9
# File 'lib/rack/dev_insight/result/apis.rb', line 7

def url
  @url
end