Sha256: 3291d9bb4df496a3456921c51bf6bbceec69312d9e42565a8e19e784406121f5
Contents?: true
Size: 293 Bytes
Versions: 3
Compression:
Stored size: 293 Bytes
Contents
#!/usr/bin/env ruby # encoding: utf-8 # Html::State::Pdf -- ydim -- 17.01.2006 -- hwyss@ywesee.com require 'ydim/html/view/pdf' module YDIM module Html module State class Pdf < SBSM::State VOLATILE = true VIEW = Html::View::Pdf attr_accessor :sortby, :sort_reverse end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ydim-html-1.0.3 | lib/ydim/html/state/pdf.rb |
ydim-html-1.0.2 | lib/ydim/html/state/pdf.rb |
ydim-html-1.0.1 | lib/ydim/html/state/pdf.rb |