Class: Seam::ServiceHealth
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::ServiceHealth
- Defined in:
- lib/seam/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::BaseResource
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/seam/resources/service_health.rb', line 5 def description @description end |
#service ⇒ Object
Returns the value of attribute service.
5 6 7 |
# File 'lib/seam/resources/service_health.rb', line 5 def service @service end |
#status ⇒ Object
Returns the value of attribute status.
5 6 7 |
# File 'lib/seam/resources/service_health.rb', line 5 def status @status end |