Class: Bridgetown::FrontMatter::Loaders::Result
- Inherits:
-
Struct
- Object
- Struct
- Bridgetown::FrontMatter::Loaders::Result
- Defined in:
- bridgetown-core/lib/bridgetown-core/front_matter/loaders.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#front_matter ⇒ Object
Returns the value of attribute front_matter.
-
#line_count ⇒ Object
Returns the value of attribute line_count.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
10 11 12 |
# File 'bridgetown-core/lib/bridgetown-core/front_matter/loaders.rb', line 10 def content @content end |
#front_matter ⇒ Object
Returns the value of attribute front_matter
10 11 12 |
# File 'bridgetown-core/lib/bridgetown-core/front_matter/loaders.rb', line 10 def front_matter @front_matter end |
#line_count ⇒ Object
Returns the value of attribute line_count
10 11 12 |
# File 'bridgetown-core/lib/bridgetown-core/front_matter/loaders.rb', line 10 def line_count @line_count end |