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
39 40 41 |
# File 'lib/textus/command.rb', line 39 def lane @lane end |
#prefix ⇒ Object (readonly)
Returns the value of attribute prefix
39 40 41 |
# File 'lib/textus/command.rb', line 39 def prefix @prefix end |
#role ⇒ Object (readonly)
Returns the value of attribute role
39 40 41 |
# File 'lib/textus/command.rb', line 39 def role @role end |