Sha256: c981422fc1e0619257dc5d2f3e6ad29378c1760e7c8753babf46989c4be80b28
Contents?: true
Size: 304 Bytes
Versions: 3
Compression:
Stored size: 304 Bytes
Contents
#!/usr/bin/env ruby # encoding: utf-8 # Html::State::AjaxValues -- ydim -- 18.01.2006 -- hwyss@ywesee.com require 'sbsm/state' require 'ydim/html/view/ajax_values' module YDIM module Html module State class AjaxValues < SBSM::State VOLATILE = true VIEW = Html::View::AjaxValues 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/ajax_values.rb |
ydim-html-1.0.2 | lib/ydim/html/state/ajax_values.rb |
ydim-html-1.0.1 | lib/ydim/html/state/ajax_values.rb |