# File lib/tramp/base.rb, line 32
    def initialize(attributes = {})
      @new_record = true
      @attributes = {}.with_indifferent_access
      self.attributes = attributes
    end