Method: Xeme#initialize
- Defined in:
- lib/xeme.rb
#initialize ⇒ Xeme
new() does not take any parameters.
31 32 33 34 35 36 37 38 39 40 41 42 |
# File 'lib/xeme.rb', line 31 def initialize # initialize errors, warnings, notes, misc @messages = Xeme::Messages.new @misc = {} # prefix and auto_misc @prefixes = [] @auto_details_val = nil # transaction @transaction = nil end |