class Azure::Queue::Queue

Attributes

metadata[RW]
name[RW]
url[RW]

Public Class Methods

new() { |self| ... } click to toggle source
# File lib/azure/queue/queue.rb, line 19
def initialize
  @metadata = {}
  yield self if block_given?
end