Class: GeoMonitor::FailedResponse
- Inherits:
-
Struct
- Object
- Struct
- GeoMonitor::FailedResponse
- Defined in:
- lib/geo_monitor.rb
Overview
A simple structure to conform to Faraday::Response
Instance Attribute Summary collapse
-
#env ⇒ Object
Returns the value of attribute env.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#env ⇒ Object
Returns the value of attribute env
8 9 10 |
# File 'lib/geo_monitor.rb', line 8 def env @env end |
#headers ⇒ Object
Returns the value of attribute headers
8 9 10 |
# File 'lib/geo_monitor.rb', line 8 def headers @headers end |
#status ⇒ Object
Returns the value of attribute status
8 9 10 |
# File 'lib/geo_monitor.rb', line 8 def status @status end |