Class: Formatters::Csv

Inherits:
Object
  • Object
show all
Defined in:
lib/bkmrq/formatters/csv.rb

Overview

Markdown Formatter

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#rootObject

Returns the value of attribute root.



6
7
8
# File 'lib/bkmrq/formatters/csv.rb', line 6

def root
  @root
end