Class: Cure::Extract::Builder
- Inherits:
-
Object
- Object
- Cure::Extract::Builder
- Defined in:
- lib/cure/extract/builder.rb
Instance Attribute Summary collapse
- #opts ⇒ Object readonly
Instance Method Summary collapse
-
#handle(_sheet, _column_headers) ⇒ Array
This returns changed column headers and sheets.
-
#initialize(opts) ⇒ Builder
constructor
A new instance of Builder.
Constructor Details
#initialize(opts) ⇒ Builder
Returns a new instance of Builder.
13 14 15 |
# File 'lib/cure/extract/builder.rb', line 13 def initialize(opts) @opts = opts end |
Instance Attribute Details
#opts ⇒ Object (readonly)
10 11 12 |
# File 'lib/cure/extract/builder.rb', line 10 def opts @opts end |
Instance Method Details
#handle(_sheet, _column_headers) ⇒ Array
This returns changed column headers and sheets
22 23 24 |
# File 'lib/cure/extract/builder.rb', line 22 def handle(_sheet, _column_headers) [] end |