Class: Textus::Command::Enqueue
- Inherits:
-
Data
- Object
- Data
- Textus::Command::Enqueue
- Defined in:
- lib/textus/command.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#role ⇒ Object
readonly
Returns the value of attribute role.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args
14 15 16 |
# File 'lib/textus/command.rb', line 14 def args @args end |
#role ⇒ Object (readonly)
Returns the value of attribute role
14 15 16 |
# File 'lib/textus/command.rb', line 14 def role @role end |
#type ⇒ Object (readonly)
Returns the value of attribute type
14 15 16 |
# File 'lib/textus/command.rb', line 14 def type @type end |