Sha256: eda765f9f058d91053bc6e7ab7fc90760c54ec633b812384c132e7562de54bc2

Contents?: true

Size: 163 Bytes

Versions: 1

Compression:

Stored size: 163 Bytes

Contents

module Druid
  module Elements
    class HiddenField < Element
      
      def self.finders
        super + [:tag_name, :text, :css]
      end

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
druid-ts-0.0.1 lib/druid/elements/hidden_field.rb