class Hawkular::Alerts::Event

Representation of one event. The name of the members are literally what they are in the JSON sent from the server and not 'rubyfied'. So 'eventId' and not 'event_id' Check www.hawkular.org/docs/rest/rest-alerts.html#Event for details

Public Class Methods

new(event_hash) click to toggle source
Calls superclass method
    # File lib/hawkular/alerts/alerts_api.rb
614 def initialize(event_hash)
615   super(event_hash)
616 end