Class: RhetButler::HTMLGenerator::Presentation
- Inherits:
-
Object
- Object
- RhetButler::HTMLGenerator::Presentation
- Defined in:
- lib/rhet-butler/html-generator.rb
Instance Attribute Summary collapse
-
#author_name ⇒ Object
Returns the value of attribute author_name.
-
#description ⇒ Object
Returns the value of attribute description.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
-
#initialize(configuration) ⇒ Presentation
constructor
A new instance of Presentation.
Constructor Details
#initialize(configuration) ⇒ Presentation
Returns a new instance of Presentation.
7 8 9 10 11 |
# File 'lib/rhet-butler/html-generator.rb', line 7 def initialize(configuration) @author_name = configuration. @title = configuration.title @description = configuration.description end |
Instance Attribute Details
#author_name ⇒ Object
Returns the value of attribute author_name.
13 14 15 |
# File 'lib/rhet-butler/html-generator.rb', line 13 def @author_name end |
#description ⇒ Object
Returns the value of attribute description.
13 14 15 |
# File 'lib/rhet-butler/html-generator.rb', line 13 def description @description end |
#title ⇒ Object
Returns the value of attribute title.
13 14 15 |
# File 'lib/rhet-butler/html-generator.rb', line 13 def title @title end |