Class: RCI::Commands::Command

Inherits:
Struct
  • Object
show all
Defined in:
lib/rci/commands.rb

Instance Attribute Summary collapse

Instance Attribute Details

#arityObject

Returns the value of attribute arity

Returns:

  • (Object)

    the current value of arity



15
16
17
# File 'lib/rci/commands.rb', line 15

def arity
  @arity
end

#first_key_positionObject

Returns the value of attribute first_key_position

Returns:

  • (Object)

    the current value of first_key_position



15
16
17
# File 'lib/rci/commands.rb', line 15

def first_key_position
  @first_key_position
end

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



15
16
17
# File 'lib/rci/commands.rb', line 15

def flags
  @flags
end

#last_key_positionObject

Returns the value of attribute last_key_position

Returns:

  • (Object)

    the current value of last_key_position



15
16
17
# File 'lib/rci/commands.rb', line 15

def last_key_position
  @last_key_position
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



15
16
17
# File 'lib/rci/commands.rb', line 15

def name
  @name
end

#step_countObject

Returns the value of attribute step_count

Returns:

  • (Object)

    the current value of step_count



15
16
17
# File 'lib/rci/commands.rb', line 15

def step_count
  @step_count
end