Method: Fauna::QueryV#initialize
- Defined in:
- lib/fauna/objects.rb
#initialize(params = {}) ⇒ QueryV
Creates a new QueryV with the given parameters.
params-
Hash of parameters to build the QueryV with.
Reference: FaunaDB Special Types
148 149 150 |
# File 'lib/fauna/objects.rb', line 148 def initialize(params = {}) self.value = params end |