Class: Ibex::ErrorMessages::SentenceSearch::Witness
- Inherits:
-
Struct
- Object
- Struct
- Ibex::ErrorMessages::SentenceSearch::Witness
- Defined in:
- lib/ibex/error_messages/sentence_search.rb,
sig/ibex/error_messages/sentence_search.rbs
Instance Attribute Summary collapse
-
#entry ⇒ Object
Returns the value of attribute entry.
-
#state ⇒ Object
Returns the value of attribute state.
-
#tokens ⇒ Object
Returns the value of attribute tokens.
Class Method Summary collapse
Instance Attribute Details
#entry ⇒ Object
Returns the value of attribute entry
13 14 15 |
# File 'lib/ibex/error_messages/sentence_search.rb', line 13 def entry @entry end |
#state ⇒ Object
Returns the value of attribute state
13 14 15 |
# File 'lib/ibex/error_messages/sentence_search.rb', line 13 def state @state end |
#tokens ⇒ Object
Returns the value of attribute tokens
13 14 15 |
# File 'lib/ibex/error_messages/sentence_search.rb', line 13 def tokens @tokens end |
Class Method Details
.new(entry:, tokens:, state:) ⇒ instance .new(arg0) ⇒ instance
19 20 |
# File 'sig/ibex/error_messages/sentence_search.rbs', line 19
def self.new: (?entry: String, ?tokens: Array[String], ?state: Integer) -> instance
| ({ ?entry: String, ?tokens: Array[String], ?state: Integer }) -> instance
|