class PuppetGenerator::Definition

Attributes

file_name[R]
text[R]

Public Class Methods

new( file_name, text ) click to toggle source
# File lib/puppet_generator/definition.rb, line 5
def initialize( file_name, text )
  @file_name = file_name
  @text = text
end