module Stylish class Component 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