Class: Ruboty::SqsMonitor::Actions::State

Inherits:
Base
  • Object
show all
Defined in:
lib/ruboty/sqs_monitor/actions/state.rb

Direct Known Subclasses

StateTrend

Instance Method Summary collapse

Instance Method Details

#callObject



7
8
9
10
11
# File 'lib/ruboty/sqs_monitor/actions/state.rb', line 7

def call
  message.reply(state)
rescue => e
  message.reply(e.message)
end