Sha256: 132ddb3762a7870fb8d9e68b0871e557272b7bc3328e9073a464a273dc251a72
Contents?: true
Size: 371 Bytes
Versions: 1
Compression:
Stored size: 371 Bytes
Contents
# represents a link to a page for the page_list sidebar or next page links module Fe class PageLink attr_accessor :dom_id, :label, :load_path, :page attr_accessor :save_path # to save current page def initialize(label, load_path, dom_id, page) @label = label @load_path = load_path @dom_id = dom_id @page = page end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fe-0.0.4 | app/models/fe/page_link.rb |