Sha256: ee90f000fec898aee17beea4adda3b73b5e997cd2b5d151fc2d1745a2c303b7a

Contents?: true

Size: 199 Bytes

Versions: 9

Compression:

Stored size: 199 Bytes

Contents

# frozen_string_literal: true

module ProformaXML
  class Base
    include ActiveModel::AttributeAssignment

    def initialize(attributes = {})
      assign_attributes(attributes)
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
proformaxml-1.5.2 lib/proformaxml/models/base.rb
proformaxml-1.5.1 lib/proformaxml/models/base.rb
proformaxml-1.5.0 lib/proformaxml/models/base.rb
proformaxml-1.4.0 lib/proformaxml/models/base.rb
proformaxml-1.3.0 lib/proformaxml/models/base.rb
proformaxml-1.2.0 lib/proformaxml/models/base.rb
proformaxml-1.1.0 lib/proformaxml/models/base.rb
proformaxml-1.0.0 lib/proformaxml/models/base.rb
proformaxml-0.10.0 lib/proformaxml/models/base.rb