Sha256: 578440aea49e91d5b613754a3305606590e0bf15e4182fa893db1ea915da464c
Contents?: true
Size: 189 Bytes
Versions: 8
Compression:
Stored size: 189 Bytes
Contents
module Propono class Topic attr_reader :aws_topic def initialize(aws_topic) @aws_topic = aws_topic end def arn @arn ||= aws_topic.topic_arn end end end
Version data entries
8 entries across 8 versions & 1 rubygems