Class: RubyLabs::BitLab::QueueView
- Inherits:
-
Struct
- Object
- Struct
- RubyLabs::BitLab::QueueView
- Defined in:
- lib/bitlab.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
-
#queue ⇒ Object
Returns the value of attribute queue.
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options
22 23 24 |
# File 'lib/bitlab.rb', line 22 def @options end |
#queue ⇒ Object
Returns the value of attribute queue
22 23 24 |
# File 'lib/bitlab.rb', line 22 def queue @queue end |