class DryHamlHandlebars::ContentItem

Attributes

content[RW]
name[R]
path[R]

Public Class Methods

new(name, path) click to toggle source
# File lib/dry_haml_handlebars.rb, line 70
def initialize(name, path)
  @name, @path = name, path
end