class KafoWizards::Entries::StringOrFileEntry
Public Class Methods
entry_type()
click to toggle source
# File lib/kafo_wizards/entries/string_or_file.rb, line 9 def self.entry_type :string_or_file end
new(name, options={})
click to toggle source
Calls superclass method
KafoWizards::Entries::StringEntry.new
# File lib/kafo_wizards/entries/string_or_file.rb, line 5 def initialize(name, options={}) super(name, options) end