Class: Tina4::RequestInspector::CapturedRequest
- Inherits:
-
Struct
- Object
- Struct
- Tina4::RequestInspector::CapturedRequest
- Defined in:
- lib/tina4/dev_admin.rb
Instance Attribute Summary collapse
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#method ⇒ Object
Returns the value of attribute method.
-
#path ⇒ Object
Returns the value of attribute path.
-
#status ⇒ Object
Returns the value of attribute status.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#duration ⇒ Object
Returns the value of attribute duration
64 65 66 |
# File 'lib/tina4/dev_admin.rb', line 64 def duration @duration end |
#method ⇒ Object
Returns the value of attribute method
64 65 66 |
# File 'lib/tina4/dev_admin.rb', line 64 def method @method end |
#path ⇒ Object
Returns the value of attribute path
64 65 66 |
# File 'lib/tina4/dev_admin.rb', line 64 def path @path end |
#status ⇒ Object
Returns the value of attribute status
64 65 66 |
# File 'lib/tina4/dev_admin.rb', line 64 def status @status end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
64 65 66 |
# File 'lib/tina4/dev_admin.rb', line 64 def @timestamp end |