Sha256: ba9ed30887afd4a6cee34d1cddd3a91e1a9bd7851c07bcd6bb5a2f35c1016099

Contents?: true

Size: 301 Bytes

Versions: 83

Compression:

Stored size: 301 Bytes

Contents

module MPXJ
  # Represents a resource in a project plan
  class Resource < Container
  	include MPXJ::ResourceMethods

    attr_reader :assignments
    def initialize(parent_project, attribute_values)
      super(parent_project, attribute_values)
      @assignments = []
    end
  end
end

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
mpxj-13.6.0 lib/mpxj/resource.rb
mpxj-13.5.1 lib/mpxj/resource.rb
mpxj-13.5.0 lib/mpxj/resource.rb
mpxj-13.4.1 lib/mpxj/resource.rb
mpxj-13.4.0 lib/mpxj/resource.rb
mpxj-13.3.1 lib/mpxj/resource.rb
mpxj-13.3.0 lib/mpxj/resource.rb
mpxj-13.2.1 lib/mpxj/resource.rb
mpxj-13.2.0 lib/mpxj/resource.rb
mpxj-13.1.0 lib/mpxj/resource.rb
mpxj-13.0.2 lib/mpxj/resource.rb
mpxj-13.0.1 lib/mpxj/resource.rb
mpxj-13.0.0 lib/mpxj/resource.rb
mpxj-12.10.3 lib/mpxj/resource.rb
mpxj-12.10.2 lib/mpxj/resource.rb
mpxj-12.9.3 lib/mpxj/resource.rb
mpxj-12.9.2 lib/mpxj/resource.rb
mpxj-12.9.1 lib/mpxj/resource.rb
mpxj-12.9.0 lib/mpxj/resource.rb
mpxj-12.8.1 lib/mpxj/resource.rb