Class: Rack::DevInsight::Result::Request

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

Instance Attribute Summary collapse

Instance Attribute Details

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



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

def duration
  @duration
end

#http_methodObject

Returns the value of attribute http_method

Returns:

  • (Object)

    the current value of http_method



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

def http_method
  @http_method
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



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

def status
  @status
end