Class: Ibex::Runtime::RepairSearch::Configuration
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Runtime::RepairSearch::Configuration
- Defined in:
- lib/ibex/runtime/repair_search.rb,
sig/ibex/runtime/repair_search.rbs
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.
Class Method Summary collapse
Instance Attribute Details
#cost ⇒ Object
Returns the value of attribute cost
13 14 15 |
# File 'lib/ibex/runtime/repair_search.rb', line 13 def cost @cost end |
#edits ⇒ Object
Returns the value of attribute edits
13 14 15 |
# File 'lib/ibex/runtime/repair_search.rb', line 13 def edits @edits end |
#goal ⇒ Object
Returns the value of attribute goal
13 14 15 |
# File 'lib/ibex/runtime/repair_search.rb', line 13 def goal @goal end |
#input_index ⇒ Object
Returns the value of attribute input_index
13 14 15 |
# File 'lib/ibex/runtime/repair_search.rb', line 13 def input_index @input_index end |
#shifts ⇒ Object
Returns the value of attribute shifts
13 14 15 |
# File 'lib/ibex/runtime/repair_search.rb', line 13 def shifts @shifts end |
#stack ⇒ Object
Returns the value of attribute stack
13 14 15 |
# File 'lib/ibex/runtime/repair_search.rb', line 13 def stack @stack end |
Class Method Details
.new(stack:, input_index:, shifts:, cost:, edits:, goal:) ⇒ instance .new(arg0) ⇒ instance
25 26 |
# File 'sig/ibex/runtime/repair_search.rbs', line 25
def self.new: (?stack: untyped, ?input_index: untyped, ?shifts: untyped, ?cost: untyped, ?edits: untyped, ?goal: untyped) -> instance
| ({ ?stack: untyped, ?input_index: untyped, ?shifts: untyped, ?cost: untyped, ?edits: untyped, ?goal: untyped }) -> instance
|