class Puppet::Pops::Evaluator::RelationshipOperator::IllegalRelationshipOperandError

Attributes

operand[R]

Public Class Methods

new(operand) click to toggle source
# File lib/puppet/pops/evaluator/relationship_operator.rb, line 20
def initialize operand
  @operand = operand
end