class TemplateContainerTest::MyMM::Document

Attributes

authors[R]
chapters[R]
sampleArray[RW]
title[R]

Public Class Methods

new(title) click to toggle source
# File lib/puppet/vendor/rgen/test/template_language_test.rb, line 24
def initialize(title)
  @title = title
  @chapters = []
  @authors = []
end