Class: Opsmgr::Api::StagedManifestResult

Inherits:
Result
  • Object
show all
Defined in:
lib/opsmgr/api/results.rb

Instance Attribute Summary collapse

Attributes inherited from Result

#message

Instance Method Summary collapse

Methods inherited from Result

#success?

Constructor Details

#initialize(manifest) ⇒ StagedManifestResult

Returns a new instance of StagedManifestResult.



246
247
248
# File 'lib/opsmgr/api/results.rb', line 246

def initialize(manifest)
  @manifest = manifest
end

Instance Attribute Details

#manifestObject (readonly)

Returns the value of attribute manifest.



244
245
246
# File 'lib/opsmgr/api/results.rb', line 244

def manifest
  @manifest
end