Method: Traceable#initialize
- Defined in:
- lib/wortsammler/class.Traceable.rb
#initialize ⇒ Traceable
Returns a new instance of Traceable.
342 343 344 345 346 347 348 349 350 351 352 |
# File 'lib/wortsammler/class.Traceable.rb', line 342 def initialize() @id = "" @alternative_id = "" @header_orig = "" @body_plain = "" @body_orig = "" @contributes_to = [] @trace_orig = "" @category = "" @info = "" end |