Class: Summon::Suggestion

Inherits:
Schema show all
Defined in:
lib/summon/schema/suggestion.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Schema

inherited

Instance Attribute Details

#apply_suggestion_commandObject (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_queryObject (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_queryObject (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