Method: Querly::Pattern::Argument::Base#attributes
- Defined in:
- lib/querly/pattern/argument.rb
#attributes ⇒ Object
15 16 17 18 19 |
# File 'lib/querly/pattern/argument.rb', line 15 def attributes instance_variables.each.with_object({}) do |name, hash| hash[name] = instance_variable_get(name) end end |