Class: Spider::QueryFuncs::NAryFunction
- Defined in:
- lib/spiderfw/model/query_funcs.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Function
Instance Method Summary collapse
- #elements ⇒ Object
-
#initialize(*elements) ⇒ NAryFunction
constructor
A new instance of NAryFunction.
Methods inherited from Function
#aggregate?, #as, func_name, #func_name, #has_aggregates?, inherited, #inner_elements, #inspect
Constructor Details
#initialize(*elements) ⇒ NAryFunction
Returns a new instance of NAryFunction.
151 152 153 |
# File 'lib/spiderfw/model/query_funcs.rb', line 151 def initialize(*elements) @elements = elements end |
Instance Method Details
#elements ⇒ Object
155 156 157 |
# File 'lib/spiderfw/model/query_funcs.rb', line 155 def elements @elements end |