Class: Summon::Suggestion
- Defined in:
- lib/summon/schema/suggestion.rb
Instance Attribute Summary collapse
-
#apply_suggestion_command ⇒ Object
readonly
Returns the value of attribute apply_suggestion_command.
-
#original_query ⇒ Object
readonly
Returns the value of attribute original_query.
-
#suggested_query ⇒ Object
readonly
Returns the value of attribute suggested_query.
Method Summary
Methods inherited from Schema
Instance Attribute Details
#apply_suggestion_command ⇒ Object (readonly)
Returns the value of attribute apply_suggestion_command.
4 5 6 |
# File 'lib/summon/schema/suggestion.rb', line 4 def apply_suggestion_command @apply_suggestion_command end |
#original_query ⇒ Object (readonly)
Returns the value of attribute original_query.
2 3 4 |
# File 'lib/summon/schema/suggestion.rb', line 2 def original_query @original_query end |
#suggested_query ⇒ Object (readonly)
Returns the value of attribute suggested_query.
3 4 5 |
# File 'lib/summon/schema/suggestion.rb', line 3 def suggested_query @suggested_query end |