Class: Textus::Command::Drain
- Inherits:
-
Data
- Object
- Data
- Textus::Command::Drain
- 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
34 35 36 |
# File 'lib/textus/command.rb', line 34 def lane @lane end |
#prefix ⇒ Object (readonly)
Returns the value of attribute prefix
34 35 36 |
# File 'lib/textus/command.rb', line 34 def prefix @prefix end |
#role ⇒ Object (readonly)
Returns the value of attribute role
34 35 36 |
# File 'lib/textus/command.rb', line 34 def role @role end |