module PerfectQueue::Model
Attributes
client[R]
Public Class Methods
new(client)
click to toggle source
# File lib/perfectqueue/model.rb, line 21 def initialize(client) @client = client end
Public Instance Methods
config()
click to toggle source
# File lib/perfectqueue/model.rb, line 27 def config @client.config end