class KafoWizards::Entries::StringEntry

Public Class Methods

entry_type() click to toggle source
# File lib/kafo_wizards/entries/string.rb, line 7
def self.entry_type
  :string
end
new(name, options={}) click to toggle source
Calls superclass method KafoWizards::Entries::AbstractEntry.new
# File lib/kafo_wizards/entries/string.rb, line 3
def initialize(name, options={})
  super(name, options)
end