Exception: Puppet::Pops::Evaluator::RelationshipOperator::IllegalRelationshipOperandError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/puppet/pops/evaluator/relationship_operator.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operand) ⇒ IllegalRelationshipOperandError

Returns a new instance of IllegalRelationshipOperandError.



22
23
24
# File 'lib/puppet/pops/evaluator/relationship_operator.rb', line 22

def initialize operand
  @operand = operand
end

Instance Attribute Details

#operandObject (readonly)



20
21
22
# File 'lib/puppet/pops/evaluator/relationship_operator.rb', line 20

def operand
  @operand
end