Sha256: d0cfe77af7eb4b867ec96d940fd4f78e8d6c8600eeadc88d9da913f340383aa0

Contents?: true

Size: 249 Bytes

Versions: 9

Compression:

Stored size: 249 Bytes

Contents

# frozen_string_literal: true

module ProformaXML
  class ModelSolution < Base
    attr_accessor :id, :files, :description, :internal_description

    def initialize(attributes = {})
      super
      self.files = [] if files.nil?
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

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