Class: Slidict::Output::Format::Definition
- Inherits:
-
Struct
- Object
- Struct
- Slidict::Output::Format::Definition
- Defined in:
- lib/slidict/output/format.rb
Instance Attribute Summary collapse
-
#body_format ⇒ Object
Returns the value of attribute body_format.
-
#extension ⇒ Object
Returns the value of attribute extension.
-
#frontmatter ⇒ Object
Returns the value of attribute frontmatter.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#body_format ⇒ Object
Returns the value of attribute body_format
10 11 12 |
# File 'lib/slidict/output/format.rb', line 10 def body_format @body_format end |
#extension ⇒ Object
Returns the value of attribute extension
10 11 12 |
# File 'lib/slidict/output/format.rb', line 10 def extension @extension end |
#frontmatter ⇒ Object
Returns the value of attribute frontmatter
10 11 12 |
# File 'lib/slidict/output/format.rb', line 10 def frontmatter @frontmatter end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/slidict/output/format.rb', line 10 def name @name end |