Class: Ibex::ErrorMessages::SentenceSearch::Witness
- Inherits:
-
Struct
- Object
- Struct
- Ibex::ErrorMessages::SentenceSearch::Witness
- Defined in:
- lib/ibex/error_messages/sentence_search.rb
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.
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 |