Class Puppet::Parser::AST::Relationship
In: lib/puppet/parser/ast/relationship.rb
Parent: Puppet::Parser::AST::Branch

Methods

actual_left   evaluate   new   sides2edge   type  

Constants

RELATIONSHIP_TYPES = %w{-> <- ~> <~}

Attributes

arrow  [RW] 
left  [RW] 
right  [RW] 
type  [RW] 

Public Class methods

Public Instance methods

Evaluate our object, but just return a simple array of the type and name.

[Validate]