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.



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

def initialize operand
  @operand = operand
end

Instance Attribute Details

#operandObject (readonly)



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

def operand
  @operand
end