Class: ColumnifyTemplate
- Inherits:
-
Object
- Object
- ColumnifyTemplate
- Defined in:
- lib/columnify/columnify_template.rb
Class Attribute Summary collapse
-
.template_lookup_options ⇒ Object
Returns the value of attribute template_lookup_options.
Instance Method Summary collapse
-
#initialize(context, *args) ⇒ ColumnifyTemplate
constructor
A new instance of ColumnifyTemplate.
- #worksheet(resources, *args) ⇒ Object
Constructor Details
#initialize(context, *args) ⇒ ColumnifyTemplate
Returns a new instance of ColumnifyTemplate.
14 15 16 17 |
# File 'lib/columnify/columnify_template.rb', line 14 def initialize(context, *args) @context = context super(*args) end |
Class Attribute Details
.template_lookup_options ⇒ Object
Returns the value of attribute template_lookup_options.
9 10 11 |
# File 'lib/columnify/columnify_template.rb', line 9 def @template_lookup_options end |