Class: Chamomile::StreamCommand

Inherits:
Data
  • Object
show all
Defined in:
lib/chamomile/commands.rb

Instance Attribute Summary collapse

Instance Attribute Details

#producerObject (readonly)

Returns the value of attribute producer

Returns:

  • (Object)

    the current value of producer



30
31
32
# File 'lib/chamomile/commands.rb', line 30

def producer
  @producer
end

#tokenObject (readonly)

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



30
31
32
# File 'lib/chamomile/commands.rb', line 30

def token
  @token
end