Class: RubyLabs::BitLab::QueueView

Inherits:
Struct
  • Object
show all
Defined in:
lib/bitlab.rb

Instance Attribute Summary collapse

Instance Attribute Details

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



22
23
24
# File 'lib/bitlab.rb', line 22

def options
  @options
end

#queueObject

Returns the value of attribute queue

Returns:

  • (Object)

    the current value of queue



22
23
24
# File 'lib/bitlab.rb', line 22

def queue
  @queue
end