Class: TemplateContainerTest::MyMM::Chapter
- Defined in:
- lib/puppet/vendor/rgen/test/template_language_test.rb
Instance Attribute Summary collapse
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Instance Method Summary collapse
-
#initialize(title) ⇒ Chapter
constructor
A new instance of Chapter.
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
#title ⇒ Object (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 |