Class: Rack::DevInsight::Result::Request
- Inherits:
-
Struct
- Object
- Struct
- Rack::DevInsight::Result::Request
- Defined in:
- lib/rack/dev_insight/result.rb
Instance Attribute Summary collapse
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#http_method ⇒ Object
Returns the value of attribute http_method.
-
#path ⇒ Object
Returns the value of attribute path.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#duration ⇒ Object
Returns the value of attribute duration
8 9 10 |
# File 'lib/rack/dev_insight/result.rb', line 8 def duration @duration end |
#http_method ⇒ Object
Returns the value of attribute http_method
8 9 10 |
# File 'lib/rack/dev_insight/result.rb', line 8 def http_method @http_method end |
#path ⇒ Object
Returns the value of attribute path
8 9 10 |
# File 'lib/rack/dev_insight/result.rb', line 8 def path @path end |
#status ⇒ Object
Returns the value of attribute status
8 9 10 |
# File 'lib/rack/dev_insight/result.rb', line 8 def status @status end |