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

Version Path
netzke-core-0.7.7 test/core_test_app/app/components/ext_direct/statistics.rb
netzke-core-0.7.6 test/core_test_app/app/components/ext_direct/statistics.rb
netzke-core-0.7.5 test/core_test_app/app/components/ext_direct/statistics.rb
netzke-core-0.7.4 test/core_test_app/app/components/ext_direct/statistics.rb
netzke-core-0.7.3 test/core_test_app/app/components/ext_direct/statistics.rb
netzke-core-0.7.2 test/core_test_app/app/components/ext_direct/statistics.rb
netzke-core-0.7.1 test/rails_app/app/components/ext_direct/statistics.rb
netzke-core-0.6.7 test/rails_app/app/components/ext_direct/statistics.rb
netzke-core-0.7.0 test/rails_app/app/components/ext_direct/statistics.rb
netzke-core-0.6.6 test/rails_app/app/components/ext_direct/statistics.rb