Class: Textus::Command::List

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/command.rb

Instance Attribute Summary collapse

Instance Attribute Details

#laneObject (readonly)

Returns the value of attribute lane

Returns:

  • (Object)

    the current value of lane



15
16
17
# File 'lib/textus/command.rb', line 15

def lane
  @lane
end

#prefixObject (readonly)

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



15
16
17
# File 'lib/textus/command.rb', line 15

def prefix
  @prefix
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



15
16
17
# File 'lib/textus/command.rb', line 15

def role
  @role
end