class Safrano::Filter::Tree

Tree's have Parent and children

Tree's have Parent and children

Tree's have Parent and children

Attributes

parent[RW]

Public Class Methods

new(val) click to toggle source
Calls superclass method Safrano::Filter::RootTree::new
# File lib/odata/filter/tree.rb, line 93
def initialize(val)
  super(val: val)
end