Class: Fairway::Config::QueueDefinition
- Inherits:
-
Struct
- Object
- Struct
- Fairway::Config::QueueDefinition
- Defined in:
- lib/fairway/config.rb
Instance Attribute Summary collapse
-
#channel ⇒ Object
Returns the value of attribute channel.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#channel ⇒ Object
Returns the value of attribute channel
8 9 10 |
# File 'lib/fairway/config.rb', line 8 def channel @channel end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/fairway/config.rb', line 8 def name @name end |