Method: MediumExport::Template#initialize
- Defined in:
- lib/middleman-medium_export/template.rb
#initialize(template_path:, template_position:) ⇒ Template
Returns a new instance of Template.
5 6 7 8 |
# File 'lib/middleman-medium_export/template.rb', line 5 def initialize(template_path:, template_position:) @path = template_path @position = template_position.to_sym end |