Class: Ibex::Runtime::RepairSearch::Configuration
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Runtime::RepairSearch::Configuration
- Defined in:
- lib/json5/generated_parser.rb
Overview
Instance Attribute Summary collapse
-
#cost ⇒ Object
Returns the value of attribute cost.
-
#edits ⇒ Object
Returns the value of attribute edits.
-
#goal ⇒ Object
Returns the value of attribute goal.
-
#input_index ⇒ Object
Returns the value of attribute input_index.
-
#shifts ⇒ Object
Returns the value of attribute shifts.
-
#stack ⇒ Object
Returns the value of attribute stack.
Instance Attribute Details
#cost ⇒ Object
Returns the value of attribute cost
4705 4706 4707 |
# File 'lib/json5/generated_parser.rb', line 4705 def cost @cost end |
#edits ⇒ Object
Returns the value of attribute edits
4705 4706 4707 |
# File 'lib/json5/generated_parser.rb', line 4705 def edits @edits end |
#goal ⇒ Object
Returns the value of attribute goal
4705 4706 4707 |
# File 'lib/json5/generated_parser.rb', line 4705 def goal @goal end |
#input_index ⇒ Object
Returns the value of attribute input_index
4705 4706 4707 |
# File 'lib/json5/generated_parser.rb', line 4705 def input_index @input_index end |
#shifts ⇒ Object
Returns the value of attribute shifts
4705 4706 4707 |
# File 'lib/json5/generated_parser.rb', line 4705 def shifts @shifts end |
#stack ⇒ Object
Returns the value of attribute stack
4705 4706 4707 |
# File 'lib/json5/generated_parser.rb', line 4705 def stack @stack end |