Class: Chamomile::StreamCommand
- Inherits:
-
Data
- Object
- Data
- Chamomile::StreamCommand
- Defined in:
- lib/chamomile/commands.rb
Instance Attribute Summary collapse
-
#producer ⇒ Object
readonly
Returns the value of attribute producer.
-
#token ⇒ Object
readonly
Returns the value of attribute token.
Instance Attribute Details
#producer ⇒ Object (readonly)
Returns the value of attribute producer
30 31 32 |
# File 'lib/chamomile/commands.rb', line 30 def producer @producer end |
#token ⇒ Object (readonly)
Returns the value of attribute token
30 31 32 |
# File 'lib/chamomile/commands.rb', line 30 def token @token end |