Class: Result
- Inherits:
-
Struct
- Object
- Struct
- Result
- Defined in:
- lib/route_500_check/result/result.rb
Overview
result/result.rb
Instance Attribute Summary collapse
-
#elapsed_ms ⇒ Object
Returns the value of attribute elapsed_ms.
-
#error ⇒ Object
Returns the value of attribute error.
-
#path ⇒ Object
Returns the value of attribute path.
-
#status ⇒ Object
Returns the value of attribute status.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#elapsed_ms ⇒ Object
Returns the value of attribute elapsed_ms
2 3 4 |
# File 'lib/route_500_check/result/result.rb', line 2 def elapsed_ms @elapsed_ms end |
#error ⇒ Object
Returns the value of attribute error
2 3 4 |
# File 'lib/route_500_check/result/result.rb', line 2 def error @error end |
#path ⇒ Object
Returns the value of attribute path
2 3 4 |
# File 'lib/route_500_check/result/result.rb', line 2 def path @path end |
#status ⇒ Object
Returns the value of attribute status
2 3 4 |
# File 'lib/route_500_check/result/result.rb', line 2 def status @status end |
#url ⇒ Object
Returns the value of attribute url
2 3 4 |
# File 'lib/route_500_check/result/result.rb', line 2 def url @url end |