Sha256: b477f06bb3f243d1dba00bf5365c23782bb0d2fdc1fe4d83dbcea3374d176bd5
Contents?: true
Size: 225 Bytes
Versions: 8
Compression:
Stored size: 225 Bytes
Contents
module Propono class Queue attr_reader :url, :attributes def initialize(url, attributes) @url = url @attributes = attributes end def arn @arn ||= attributes["QueueArn"] end end end
Version data entries
8 entries across 8 versions & 1 rubygems