Sha256: 5b53d6bce4706a056ca5a66861cc3934fd264fae85ae7d194109229ec6a01dbb

Contents?: true

Size: 220 Bytes

Versions: 2

Compression:

Stored size: 220 Bytes

Contents

# frozen_string_literal: true

module XAIML
  module Element
    class Condition < Base
      def self.allowed_object
        [XAIML::Element::Li, XAIML::Element::Name, XAIML::Element::Value]
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
xaiml-0.1.5 lib/xaiml/element/condition.rb
xaiml-0.1.4 lib/xaiml/element/condition.rb