Class: Formatters::Csv
- Inherits:
-
Object
- Object
- Formatters::Csv
- Defined in:
- lib/bkmrq/formatters/csv.rb
Overview
Markdown Formatter
Instance Attribute Summary collapse
-
#root ⇒ Object
Returns the value of attribute root.
Instance Method Summary collapse
-
#initialize(tree) ⇒ Csv
constructor
A new instance of Csv.
Constructor Details
#initialize(tree) ⇒ Csv
Returns a new instance of Csv.
8 9 10 |
# File 'lib/bkmrq/formatters/csv.rb', line 8 def initialize(tree) @root = tree end |
Instance Attribute Details
#root ⇒ Object
Returns the value of attribute root.
6 7 8 |
# File 'lib/bkmrq/formatters/csv.rb', line 6 def root @root end |