Class: Seam::Resources::ServiceHealth

Inherits:
BaseResource show all
Defined in:
lib/seam/routes/resources/service_health.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

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

#descriptionObject

Returns the value of attribute description.



6
7
8
# File 'lib/seam/routes/resources/service_health.rb', line 6

def description
  @description
end

#serviceObject

Returns the value of attribute service.



6
7
8
# File 'lib/seam/routes/resources/service_health.rb', line 6

def service
  @service
end

#statusObject

Returns the value of attribute status.



6
7
8
# File 'lib/seam/routes/resources/service_health.rb', line 6

def status
  @status
end