Class: Coradoc::Html::FrontmatterMeta::Meta

Inherits:
Struct
  • Object
show all
Defined in:
lib/coradoc/html/frontmatter_meta.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



28
29
30
# File 'lib/coradoc/html/frontmatter_meta.rb', line 28

def content
  @content
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



28
29
30
# File 'lib/coradoc/html/frontmatter_meta.rb', line 28

def name
  @name
end