Class: ProformaXML::ModelSolution

Inherits:
Base
  • Object
show all
Defined in:
lib/proformaxml/models/model_solution.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ ModelSolution

Returns a new instance of ModelSolution.



7
8
9
10
# File 'lib/proformaxml/models/model_solution.rb', line 7

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

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



5
6
7
# File 'lib/proformaxml/models/model_solution.rb', line 5

def description
  @description
end

#filesObject

Returns the value of attribute files.



5
6
7
# File 'lib/proformaxml/models/model_solution.rb', line 5

def files
  @files
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/proformaxml/models/model_solution.rb', line 5

def id
  @id
end

#internal_descriptionObject

Returns the value of attribute internal_description.



5
6
7
# File 'lib/proformaxml/models/model_solution.rb', line 5

def internal_description
  @internal_description
end