Class: Coradoc::Html::FrontmatterMeta::Meta
- Inherits:
-
Struct
- Object
- Struct
- Coradoc::Html::FrontmatterMeta::Meta
- Defined in:
- lib/coradoc/html/frontmatter_meta.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
28 29 30 |
# File 'lib/coradoc/html/frontmatter_meta.rb', line 28 def content @content end |
#name ⇒ Object
Returns the value of attribute name
28 29 30 |
# File 'lib/coradoc/html/frontmatter_meta.rb', line 28 def name @name end |