Class: Seam::Resources::ServiceHealth
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::ServiceHealth
- Defined in:
- lib/seam/routes/resources/service_health.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#service ⇒ Object
Returns the value of attribute service.
-
#status ⇒ Object
Returns the value of attribute status.
Attributes inherited from BaseResource
Method Summary
Methods inherited from BaseResource
date_accessor, #initialize, #inspect, load_from_response, #update_from_response
Constructor Details
This class inherits a constructor from Seam::Resources::BaseResource
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
6 7 8 |
# File 'lib/seam/routes/resources/service_health.rb', line 6 def description @description end |
#service ⇒ Object
Returns the value of attribute service.
6 7 8 |
# File 'lib/seam/routes/resources/service_health.rb', line 6 def service @service end |
#status ⇒ Object
Returns the value of attribute status.
6 7 8 |
# File 'lib/seam/routes/resources/service_health.rb', line 6 def status @status end |