Class: Ibex::Runtime::RepairSearch::Configuration

Inherits:
Struct
  • Object
show all
Defined in:
lib/json5/generated_parser.rb

Overview

Signature:

  • Object

Instance Attribute Summary collapse

Instance Attribute Details

#costObject

Returns the value of attribute cost

Returns:

  • (Object)

    the current value of cost



4705
4706
4707
# File 'lib/json5/generated_parser.rb', line 4705

def cost
  @cost
end

#editsObject

Returns the value of attribute edits

Returns:

  • (Object)

    the current value of edits



4705
4706
4707
# File 'lib/json5/generated_parser.rb', line 4705

def edits
  @edits
end

#goalObject

Returns the value of attribute goal

Returns:

  • (Object)

    the current value of goal



4705
4706
4707
# File 'lib/json5/generated_parser.rb', line 4705

def goal
  @goal
end

#input_indexObject

Returns the value of attribute input_index

Returns:

  • (Object)

    the current value of input_index



4705
4706
4707
# File 'lib/json5/generated_parser.rb', line 4705

def input_index
  @input_index
end

#shiftsObject

Returns the value of attribute shifts

Returns:

  • (Object)

    the current value of shifts



4705
4706
4707
# File 'lib/json5/generated_parser.rb', line 4705

def shifts
  @shifts
end

#stackObject

Returns the value of attribute stack

Returns:

  • (Object)

    the current value of stack



4705
4706
4707
# File 'lib/json5/generated_parser.rb', line 4705

def stack
  @stack
end