Sha256: d177f7a058cfff22666becc0510a81e163526cf1a28e5460490060fb1ac8da66

Contents?: true

Size: 203 Bytes

Versions: 5

Compression:

Stored size: 203 Bytes

Contents

module ExtDirect
  class Statistics < Netzke::Base
    endpoint :update do |params, this|
      this.set_title title
    end

    def title
      "Statistics for user #{config[:user]}"
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
netzke-core-0.8.4 test/core_test_app/app/components/ext_direct/statistics.rb
netzke-core-0.8.3 test/core_test_app/app/components/ext_direct/statistics.rb
netzke-core-0.8.2 test/core_test_app/app/components/ext_direct/statistics.rb
netzke-core-0.8.1 test/core_test_app/app/components/ext_direct/statistics.rb
netzke-core-0.8.0 test/core_test_app/app/components/ext_direct/statistics.rb