Class: Upcheck::Incident

Inherits:
Resource show all
Defined in:
lib/upcheck/incident.rb

Defined Under Namespace

Classes: Update

Instance Method Summary collapse

Methods inherited from Resource

attribute, build_all, #initialize

Constructor Details

This class inherits a constructor from Upcheck::Resource

Instance Method Details

#updatesObject



13
14
15
# File 'lib/upcheck/incident.rb', line 13

def updates
  @updates ||= Update.build_all(@attributes["incident_updates"])
end