Class: PageDepth
- Inherits:
-
Struct
- Object
- Struct
- PageDepth
- Defined in:
- lib/cl_wiki/tools/singlepage.rb
Instance Attribute Summary collapse
-
#depth ⇒ Object
Returns the value of attribute depth.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#depth ⇒ Object
Returns the value of attribute depth
6 7 8 |
# File 'lib/cl_wiki/tools/singlepage.rb', line 6 def depth @depth end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/cl_wiki/tools/singlepage.rb', line 6 def name @name end |