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



12
13
14
# File 'lib/byebug/command.rb', line 12

def help
  @help
end

#minObject

Returns the value of attribute min



12
13
14
# File 'lib/byebug/command.rb', line 12

def min
  @min
end

#nameObject

Returns the value of attribute name



12
13
14
# File 'lib/byebug/command.rb', line 12

def name
  @name
end