Sha256: cd7473ae9d65e36e71fc4862d27843a9c9120d22eda2233f7ab357b15f1825c2
Contents?: true
Size: 227 Bytes
Versions: 10
Compression:
Stored size: 227 Bytes
Contents
module ExtDirect class Statistics < Netzke::Base js_property :padding, 5 endpoint :update do |params| {:set_title => title} end def title "Statistics for user #{config[:user]}" end end end
Version data entries
10 entries across 10 versions & 1 rubygems