Sha256: 7f9aab510fa91fc7337f5920d72fc7c4d9530946451af5275051974ccda0ea92

Contents?: true

Size: 197 Bytes

Versions: 5

Compression:

Stored size: 197 Bytes

Contents

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

    def title
      "Details 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/details.rb
netzke-core-0.8.3 test/core_test_app/app/components/ext_direct/details.rb
netzke-core-0.8.2 test/core_test_app/app/components/ext_direct/details.rb
netzke-core-0.8.1 test/core_test_app/app/components/ext_direct/details.rb
netzke-core-0.8.0 test/core_test_app/app/components/ext_direct/details.rb