Exception: Puppet::Pops::Evaluator::RelationshipOperator::IllegalRelationshipOperandError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Puppet::Pops::Evaluator::RelationshipOperator::IllegalRelationshipOperandError
- Defined in:
- lib/puppet/pops/evaluator/relationship_operator.rb
Instance Attribute Summary collapse
- #operand ⇒ Object readonly
Instance Method Summary collapse
-
#initialize(operand) ⇒ IllegalRelationshipOperandError
constructor
A new instance of IllegalRelationshipOperandError.
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
#operand ⇒ Object (readonly)
20 21 22 |
# File 'lib/puppet/pops/evaluator/relationship_operator.rb', line 20 def operand @operand end |