Class: PuppetX::Puppetlabs::Migration::OverviewModel::NodeIssue Abstract
- Defined in:
- lib/puppet_x/puppetlabs/migration/overview_model.rb
Overview
This class is abstract.
Any issue directly associated with a Node, i.e. an EdgeIssue or a ResourceIssue.
Direct Known Subclasses
Class Method Summary collapse
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::Entity
Class Method Details
.many_rels_hash ⇒ Object
463 464 465 |
# File 'lib/puppet_x/puppetlabs/migration/overview_model.rb', line 463 def self.many_rels_hash { :nodes => [IssueOnNode.instance_method(:node_issue_id), :node_id] } end |