Sha256: 938614271ffd79a7c01d65eec0df377674fd16bd364c5cdbd95638223878a539
Contents?: true
Size: 360 Bytes
Versions: 6
Compression:
Stored size: 360 Bytes
Contents
module MountainView class Configuration attr_accessor :included_stylesheets attr_accessor :styleguide_path attr_accessor :extra_pages attr_reader :components_path def initialize @included_stylesheets = [] @extra_pages = [] end def components_path=(path) @components_path = Pathname.new(path) end end end
Version data entries
6 entries across 6 versions & 1 rubygems