Module: Ruckus::StructureProxies

Included in:
Structure
Defined in:
lib/ruckus/structure/structureproxies.rb

Defined Under Namespace

Classes: NodeProxy, ValueProxy

Instance Method Summary collapse

Instance Method Details

#nObject



26
# File 'lib/ruckus/structure/structureproxies.rb', line 26

def n; NodeProxy.new(self); end

#vObject



25
# File 'lib/ruckus/structure/structureproxies.rb', line 25

def v; ValueProxy.new(self); end