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