Method: InewsClient::System#queue

Defined in:
lib/inews_client/system.rb

#queueObject



3
4
5
# File 'lib/inews_client/system.rb', line 3

def queue
  @queue ||= InewsClient::Queue.new(self)
end