Class: Fairway::Config::QueueDefinition

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

Instance Attribute Summary collapse

Instance Attribute Details

#channelObject

Returns the value of attribute channel

Returns:

  • (Object)

    the current value of channel



52
53
54
# File 'lib/fairway/config.rb', line 52

def channel
  @channel
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



52
53
54
# File 'lib/fairway/config.rb', line 52

def name
  @name
end