Class: PuppetX::Puppetlabs::Migration::OverviewModel::ResourceAdded

Inherits:
ResourceIssue show all
Defined in:
lib/puppet_x/puppetlabs/migration/overview_model.rb

Instance Attribute Summary

Attributes inherited from ResourceIssue

#location_id, #resource_id

Instance Method Summary collapse

Methods inherited from ResourceIssue

#initialize, #one_relationship

Methods inherited from NodeIssue

many_rels_hash

Methods inherited from Entity

#<=>, #eql?, from_hash, #hash, #id, init_relationships, #initialize, many_relationship, #many_relationship, many_rels_hash, #one_relationship, simple_name

Methods included from ModelObject

#initialize_from_hash, #to_hash

Constructor Details

This class inherits a constructor from PuppetX::Puppetlabs::Migration::OverviewModel::ResourceIssue

Instance Method Details

#compliant?Boolean

Returns:

  • (Boolean)


538
539
540
# File 'lib/puppet_x/puppetlabs/migration/overview_model.rb', line 538

def compliant?
  true
end