class Informed::Informant::StartingMessage

Message logged when an informed upon method begins to be executed.

Public Instance Methods

to_h() click to toggle source

@return [Hash] a Hash with `status: :starting` merged with {Message#to_h}

Calls superclass method Informed::Informant::Message#to_h
# File lib/informed.rb, line 212
def to_h
  super.merge(status: :starting)
end