Class: Giblish::SubtreeSrcItf
- Inherits:
-
Object
- Object
- Giblish::SubtreeSrcItf
- Defined in:
- lib/giblish/subtreeinfobuilder.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#adoc_source ⇒ Object
readonly
Returns the value of attribute adoc_source.
Instance Method Summary collapse
-
#initialize(dst_node, output_basename) ⇒ SubtreeSrcItf
constructor
A new instance of SubtreeSrcItf.
Constructor Details
#initialize(dst_node, output_basename) ⇒ SubtreeSrcItf
Returns a new instance of SubtreeSrcItf.
7 8 9 |
# File 'lib/giblish/subtreeinfobuilder.rb', line 7 def initialize(dst_node, output_basename) raise NotImplementedError end |
Instance Attribute Details
#adoc_source ⇒ Object (readonly)
Returns the value of attribute adoc_source.
6 7 8 |
# File 'lib/giblish/subtreeinfobuilder.rb', line 6 def adoc_source @adoc_source end |