Class: PageDepth

Inherits:
Struct
  • Object
show all
Defined in:
lib/cl_wiki/tools/singlepage.rb

Instance Attribute Summary collapse

Instance Attribute Details

#depthObject

Returns the value of attribute depth

Returns:

  • (Object)

    the current value of depth



6
7
8
# File 'lib/cl_wiki/tools/singlepage.rb', line 6

def depth
  @depth
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/cl_wiki/tools/singlepage.rb', line 6

def name
  @name
end