Class: GranPulse::Check

Inherits:
Object
  • Object
show all
Defined in:
app/models/gran_pulse/check.rb

Direct Known Subclasses

Cache, Database, Url

Instance Attribute Summary collapse

Instance Attribute Details

#healthyObject

Returns the value of attribute healthy.



3
4
5
# File 'app/models/gran_pulse/check.rb', line 3

def healthy
  @healthy
end

#messageObject

Returns the value of attribute message.



3
4
5
# File 'app/models/gran_pulse/check.rb', line 3

def message
  @message
end

#typeObject

Returns the value of attribute type.



3
4
5
# File 'app/models/gran_pulse/check.rb', line 3

def type
  @type
end