Class: PDFGen::DsBase
- Inherits:
-
Object
- Object
- PDFGen::DsBase
- Includes:
- Enumerable
- Defined in:
- lib/data/ds_base.rb
Direct Known Subclasses
Instance Method Summary collapse
- #body ⇒ Object
- #columns ⇒ Object
- #each ⇒ Object
-
#initialize(data) ⇒ DsBase
constructor
A new instance of DsBase.
Constructor Details
#initialize(data) ⇒ DsBase
Returns a new instance of DsBase.
7 8 9 |
# File 'lib/data/ds_base.rb', line 7 def initialize(data) raise "Not Implemented" end |
Instance Method Details
#body ⇒ Object
15 16 17 |
# File 'lib/data/ds_base.rb', line 15 def body raise "Not Implemented" end |
#columns ⇒ Object
11 12 13 |
# File 'lib/data/ds_base.rb', line 11 def columns raise "Not Implemented" end |
#each ⇒ Object
19 20 21 |
# File 'lib/data/ds_base.rb', line 19 def each raise "Not Implemented" end |