class MediumExport::Template

Attributes

path[R]
position[R]

Public Class Methods

new(template_path:, template_position:) click to toggle source
# File lib/middleman-medium_export/template.rb, line 5
def initialize(template_path:, template_position:)
  @path = template_path
  @position = template_position.to_sym
end