Class: Byebug::SetCommand::Subcmd2

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

Instance Attribute Summary collapse

Instance Attribute Details

#helpObject

Returns the value of attribute help

Returns:

  • (Object)

    the current value of help



70
71
72
# File 'lib/byebug/commands/set.rb', line 70

def help
  @help
end

#is_boolObject

Returns the value of attribute is_bool

Returns:

  • (Object)

    the current value of is_bool



70
71
72
# File 'lib/byebug/commands/set.rb', line 70

def is_bool
  @is_bool
end

#minObject

Returns the value of attribute min

Returns:

  • (Object)

    the current value of min



70
71
72
# File 'lib/byebug/commands/set.rb', line 70

def min
  @min
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



70
71
72
# File 'lib/byebug/commands/set.rb', line 70

def name
  @name
end