Method: Circuitry::Message#topic

Defined in:
lib/circuitry/message.rb

#topicObject



20
21
22
# File 'lib/circuitry/message.rb', line 20

def topic
  @topic ||= Topic.new(context['TopicArn'])
end