Sha256: 1872d36035511e39c2b6f8f72055c0167824463386d48538a596360a9734405a

Contents?: true

Size: 250 Bytes

Versions: 1

Compression:

Stored size: 250 Bytes

Contents

require "redmine_extensions/query_output"

module RedmineExtensions
  module QueryOutputs
    class ListOutput < RedmineExtensions::QueryOutput

      def self.key
        'list'
      end

      def render_period_header
      end

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redmine_extensions-1.2.0 lib/redmine_extensions/query_outputs/list_output.rb