Class: Rmsgen::FsPolnoteGroup
- Inherits:
-
Object
- Object
- Rmsgen::FsPolnoteGroup
- Defined in:
- lib/rmsgen/fs_polnote_group.rb
Instance Method Summary collapse
- #all ⇒ Object
-
#initialize(dir = nil) ⇒ FsPolnoteGroup
constructor
A new instance of FsPolnoteGroup.
Constructor Details
#initialize(dir = nil) ⇒ FsPolnoteGroup
Returns a new instance of FsPolnoteGroup.
3 4 5 6 |
# File 'lib/rmsgen/fs_polnote_group.rb', line 3 def initialize(dir=nil) @note_bodies = note_bodies_from_directory(dir) @notes = build_many_polnotes(@note_bodies) end |
Instance Method Details
#all ⇒ Object
8 9 10 |
# File 'lib/rmsgen/fs_polnote_group.rb', line 8 def all @notes end |