Class: Docco::Theme::Context
- Inherits:
-
Data
- Object
- Data
- Docco::Theme::Context
- Defined in:
- lib/docco/theme.rb
Instance Attribute Summary collapse
-
#node ⇒ Object
readonly
Returns the value of attribute node.
-
#slots ⇒ Object
readonly
Returns the value of attribute slots.
Instance Method Summary collapse
Instance Attribute Details
#node ⇒ Object (readonly)
Returns the value of attribute node
111 112 113 |
# File 'lib/docco/theme.rb', line 111 def node @node end |
#slots ⇒ Object (readonly)
Returns the value of attribute slots
111 112 113 |
# File 'lib/docco/theme.rb', line 111 def slots @slots end |
Instance Method Details
#get_binding ⇒ Object
113 |
# File 'lib/docco/theme.rb', line 113 def get_binding = binding |
#page ⇒ Object
112 |
# File 'lib/docco/theme.rb', line 112 def page = node |