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
52 53 54 |
# File 'lib/fairway/config.rb', line 52 def channel @channel end |
#name ⇒ Object
Returns the value of attribute name
52 53 54 |
# File 'lib/fairway/config.rb', line 52 def name @name end |