Class: Slidict::Generator::Result
- Inherits:
-
Struct
- Object
- Struct
- Slidict::Generator::Result
- Defined in:
- lib/slidict/generator.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#deck ⇒ Object
Returns the value of attribute deck.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
8 9 10 |
# File 'lib/slidict/generator.rb', line 8 def content @content end |
#deck ⇒ Object
Returns the value of attribute deck
8 9 10 |
# File 'lib/slidict/generator.rb', line 8 def deck @deck end |