Class: PuppetX::Puppetlabs::Migration::OverviewModel::Attribute

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

Instance Attribute Summary

Attributes inherited from NamedEntity

#name

Class Method Summary collapse

Methods inherited from NamedEntity

#<=>, #initialize

Methods inherited from Entity

#<=>, #eql?, from_hash, #hash, #id, init_relationships, #initialize, many_relationship, #many_relationship, #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::NamedEntity

Class Method Details

.many_rels_hashObject



238
239
240
# File 'lib/puppet_x/puppetlabs/migration/overview_model.rb', line 238

def self.many_rels_hash
  { :issues => AttributeIssue.instance_method(:attribute_id) }
end