Class: TemplateContainerTest::MyMM::Chapter

Inherits:
Object
  • Object
show all
Defined in:
lib/puppet/vendor/rgen/test/template_language_test.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(title) ⇒ Chapter

Returns a new instance of Chapter.



16
17
18
# File 'lib/puppet/vendor/rgen/test/template_language_test.rb', line 16

def initialize(title)
  @title = title
end

Instance Attribute Details

#titleObject (readonly)

Returns the value of attribute title.



15
16
17
# File 'lib/puppet/vendor/rgen/test/template_language_test.rb', line 15

def title
  @title
end