Class: Propono::Topic

Inherits:
Object
  • Object
show all
Includes:
Sqs
Defined in:
lib/propono/components/topic.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(arn) ⇒ Topic

Returns a new instance of Topic.



7
8
9
# File 'lib/propono/components/topic.rb', line 7

def initialize(arn)
  @arn = arn
end

Instance Attribute Details

#arnObject (readonly)

Returns the value of attribute arn.



6
7
8
# File 'lib/propono/components/topic.rb', line 6

def arn
  @arn
end