Class: Debugger::SetCommand::SubcmdStruct2

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

Instance Attribute Summary collapse

Instance Attribute Details

#is_boolObject

Returns the value of attribute is_bool

Returns:

  • (Object)

    the current value of is_bool



4
5
6
# File 'lib/ruby-debug/commands/set.rb', line 4

def is_bool
  @is_bool
end

#long_helpObject

Returns the value of attribute long_help

Returns:

  • (Object)

    the current value of long_help



4
5
6
# File 'lib/ruby-debug/commands/set.rb', line 4

def long_help
  @long_help
end

#minObject

Returns the value of attribute min

Returns:

  • (Object)

    the current value of min



4
5
6
# File 'lib/ruby-debug/commands/set.rb', line 4

def min
  @min
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/ruby-debug/commands/set.rb', line 4

def name
  @name
end

#short_helpObject

Returns the value of attribute short_help

Returns:

  • (Object)

    the current value of short_help



4
5
6
# File 'lib/ruby-debug/commands/set.rb', line 4

def short_help
  @short_help
end