Class: Byebug::Command::Subcmd

Inherits:
Struct
  • Object
show all
Defined in:
lib/byebug/command.rb

Instance Attribute Summary collapse

Instance Attribute Details

#helpObject

Returns the value of attribute help

Returns:

  • (Object)

    the current value of help



7
8
9
# File 'lib/byebug/command.rb', line 7

def help
  @help
end

#minObject

Returns the value of attribute min

Returns:

  • (Object)

    the current value of min



7
8
9
# File 'lib/byebug/command.rb', line 7

def min
  @min
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/byebug/command.rb', line 7

def name
  @name
end