Class: RSMP::Watchdog
Instance Attribute Summary
Attributes inherited from Message
#attributes, #direction, #json, #now, #out, #timestamp
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Watchdog
constructor
A new instance of Watchdog.
Methods inherited from Message
#attribute, bin_to_chars, build, build_alarm, create_message_instance, #ensure_message_id, #generate_json, #m_id, #m_id_short, make_m_id, message_types, parse_attributes, shorten_m_id, #type, #valid?, #validate, validate_attributes_structure, #validate_id?, validate_message_type, validate_mtype_field, #validate_type?, validate_type_field
Methods included from Inspect
Constructor Details
#initialize(attributes = {}) ⇒ Watchdog
Returns a new instance of Watchdog.
324 325 326 327 328 |
# File 'lib/rsmp/message.rb', line 324 def initialize(attributes = {}) super({ 'type' => 'Watchdog' }.merge attributes) end |