class Propono::Queue

Attributes

attributes[R]
url[R]

Public Class Methods

new(url, attributes) click to toggle source
# File lib/propono/components/queue.rb, line 5
def initialize(url, attributes)
  @url = url
  @attributes = attributes
end

Public Instance Methods

arn() click to toggle source
# File lib/propono/components/queue.rb, line 10
def arn
  @arn ||= attributes["QueueArn"]
end