KafoWizards::Entries::AbstractEntry
# File lib/kafo_wizards/entries/string.rb, line 7 def self.entry_type :string end
# File lib/kafo_wizards/entries/string.rb, line 3 def initialize(name, options={}) super(name, options) end