Class: Queries::AutocompleteQuery
Instance Attribute Summary collapse
-
#string ⇒ Object
Returns the value of attribute string.
Instance Method Summary collapse
-
#initialize(string) ⇒ AutocompleteQuery
constructor
A new instance of AutocompleteQuery.
- #perform ⇒ Object
Constructor Details
#initialize(string) ⇒ AutocompleteQuery
Returns a new instance of AutocompleteQuery.
15 16 17 |
# File 'lib/oeffi/queries.rb', line 15 def initialize(string) @string = string end |
Instance Attribute Details
#string ⇒ Object
Returns the value of attribute string.
14 15 16 |
# File 'lib/oeffi/queries.rb', line 14 def string @string end |