class PuppetStrings::Yard::Parsers::Puppet::PlanStatement
Implements the Puppet
plan statement.
Attributes
name[R]
Public Class Methods
new(object, file)
click to toggle source
Initializes the Puppet
plan statement. @param [Puppet::Pops::Model::PlanDefinition] object The model object for the plan statement. @param [String] file The file containing the statement.
Calls superclass method
PuppetStrings::Yard::Parsers::Puppet::ParameterizedStatement::new
# File lib/puppet-strings/yard/parsers/puppet/statement.rb, line 153 def initialize(object, file) super @name = object.name end