Sha256: ae57e5ace01c4f2af55d596df4ac37962ceffc098da4bc5b9a5bb18681f18c51

Contents?: true

Size: 452 Bytes

Versions: 4

Compression:

Stored size: 452 Bytes

Contents

# frozen_string_literal: true

module Cosing
  module Annex
    class VI < Base
      class Rule < Rule
        attribute :common_ingredients, Types::Array.of(Types::String)
        attribute :inn, Types::String
        attribute :maximum_concentration, Types::String
        attribute :other_restrictions, Types::String
        attribute :product_type, Types::String
        attribute :wording_of_conditions, Types::String
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cosing-0.2.0 lib/cosing/annex/vi.rb
cosing-0.1.2 lib/cosing/annex/vi.rb
cosing-0.1.1 lib/cosing/annex/vi.rb
cosing-0.1.0 lib/cosing/annex/vi.rb