Class: PuppetX::Puppetlabs::Migration::OverviewModel::Query::RelationalStep Abstract

Inherits:
Object
  • Object
show all
Defined in:
lib/puppet_x/puppetlabs/migration/overview_model/query.rb

Overview

This class is abstract.

Direct Known Subclasses

MemberEqualFilter, ScalarValue

Instance Method Summary collapse

Instance Method Details

#evaluate(instance) ⇒ Object

Evaluates the filter on the given entity and returns the result

Parameters:

  • instance (Entity)

    the entity to use when evaluating

Returns:

  • (Object)

    the result of the evaluation



10
11
12
# File 'lib/puppet_x/puppetlabs/migration/overview_model/query.rb', line 10

def evaluate(instance)
  nil
end