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
62 63 64 |
# File 'lib/tina4/dev_admin.rb', line 62 def duration @duration end |
#method ⇒ Object
Returns the value of attribute method
62 63 64 |
# File 'lib/tina4/dev_admin.rb', line 62 def method @method end |
#path ⇒ Object
Returns the value of attribute path
62 63 64 |
# File 'lib/tina4/dev_admin.rb', line 62 def path @path end |
#status ⇒ Object
Returns the value of attribute status
62 63 64 |
# File 'lib/tina4/dev_admin.rb', line 62 def status @status end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
62 63 64 |
# File 'lib/tina4/dev_admin.rb', line 62 def @timestamp end |