Class: Seam::ServiceHealth

Inherits:
BaseResource show all
Defined in:
lib/seam/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::BaseResource

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



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

def description
  @description
end

#serviceObject

Returns the value of attribute service.



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

def service
  @service
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end