Sha256: 38ea82edb7dc17f1fa068860e315cb8a27e2b70b883317f828dfb93f985fbe3f
Contents?: true
Size: 381 Bytes
Versions: 3
Compression:
Stored size: 381 Bytes
Contents
module Stylish class Layout include Stylish::Model include Stylish::Fs attribute :name, String attribute :category, String attribute :tags, Array attribute :path, Pathname attribute :template_path, String attribute :script_path, String attribute :stylesheet_path, String def persistable_contents as_json.to_json end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
stylish-0.3.1 | lib/stylish/models/layout.rb |
stylish-0.3.0 | lib/stylish/models/layout.rb |
stylish-0.0.2 | lib/stylish/models/layout.rb |