Class: PuppetX::Puppetlabs::Migration::OverviewModel::AttributeAdded

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

Instance Attribute Summary

Attributes inherited from AttributeIssue

#attribute_id, #resource_conflict_id, #value

Instance Method Summary collapse

Methods inherited from AttributeIssue

#initialize, #one_relationship

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::AttributeIssue

Instance Method Details

#compliant?Boolean

Returns:

  • (Boolean)


607
608
609
# File 'lib/puppet_x/puppetlabs/migration/overview_model.rb', line 607

def compliant?
  true
end