Sha256: f0247ca2f61844e738136024380ebbb22750e03b1fcfe8fcecc9f2e4b74eb6e7

Contents?: true

Size: 229 Bytes

Versions: 4

Compression:

Stored size: 229 Bytes

Contents

module Redmineup
  module Liquid
    class CustomFieldEnumerationDrop < ::Liquid::Drop
      delegate :id, :to_s, to: :@enumeration

      def initialize(enumeration)
        @enumeration = enumeration
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
redmineup-1.0.10 lib/redmineup/liquid/drops/custom_field_enumeration_drop.rb
redmineup-1.0.9 lib/redmineup/liquid/drops/custom_field_enumeration_drop.rb
redmineup-1.0.8 lib/redmineup/liquid/drops/custom_field_enumeration_drop.rb
redmineup-1.0.7 lib/redmineup/liquid/drops/custom_field_enumeration_drop.rb