Class: Debugger::Command::SubcmdStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby-debug/command.rb

Instance Attribute Summary collapse

Instance Attribute Details

#long_helpObject

Returns the value of attribute long_help

Returns:

  • (Object)

    the current value of long_help



9
10
11
# File 'lib/ruby-debug/command.rb', line 9

def long_help
  @long_help
end

#minObject

Returns the value of attribute min

Returns:

  • (Object)

    the current value of min



9
10
11
# File 'lib/ruby-debug/command.rb', line 9

def min
  @min
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/ruby-debug/command.rb', line 9

def name
  @name
end

#short_helpObject

Returns the value of attribute short_help

Returns:

  • (Object)

    the current value of short_help



9
10
11
# File 'lib/ruby-debug/command.rb', line 9

def short_help
  @short_help
end