Sha256: a21a27264cf1489a1c0f43597c095e97db23c67890e80b03552924dd197ab614

Contents?: true

Size: 289 Bytes

Versions: 128

Compression:

Stored size: 289 Bytes

Contents

module MPXJ
  # Represents a resource in a project plan
  class Resource < Container
    attr_reader :assignments
    def initialize(parent_project, attribute_types, attribute_values)
      super(parent_project, attribute_types, attribute_values)
      @assignments = []
    end
  end
end

Version data entries

128 entries across 128 versions & 1 rubygems

Version Path
mpxj-9.4.0 lib/mpxj/resource.rb
mpxj-9.3.1 lib/mpxj/resource.rb
mpxj-9.3.0 lib/mpxj/resource.rb
mpxj-9.2.6 lib/mpxj/resource.rb
mpxj-9.2.5 lib/mpxj/resource.rb
mpxj-9.2.4 lib/mpxj/resource.rb
mpxj-9.2.3 lib/mpxj/resource.rb
mpxj-9.2.2 lib/mpxj/resource.rb
mpxj-9.2.1 lib/mpxj/resource.rb
mpxj-9.1.0 lib/mpxj/resource.rb
mpxj-9.0.0 lib/mpxj/resource.rb
mpxj-8.5.1 lib/mpxj/resource.rb
mpxj-8.5.0 lib/mpxj/resource.rb
mpxj-8.4.0 lib/mpxj/resource.rb
mpxj-8.3.5 lib/mpxj/resource.rb
mpxj-8.3.4 lib/mpxj/resource.rb
mpxj-8.3.3 lib/mpxj/resource.rb
mpxj-8.3.2 lib/mpxj/resource.rb
mpxj-8.3.1 lib/mpxj/resource.rb
mpxj-8.3.0 lib/mpxj/resource.rb