Class: Bridgetown::FrontMatter::Loaders::Result

Inherits:
Struct
  • Object
show all
Defined in:
bridgetown-core/lib/bridgetown-core/front_matter/loaders.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



10
11
12
# File 'bridgetown-core/lib/bridgetown-core/front_matter/loaders.rb', line 10

def content
  @content
end

#front_matterObject

Returns the value of attribute front_matter

Returns:

  • (Object)

    the current value of front_matter



10
11
12
# File 'bridgetown-core/lib/bridgetown-core/front_matter/loaders.rb', line 10

def front_matter
  @front_matter
end

#line_countObject

Returns the value of attribute line_count

Returns:

  • (Object)

    the current value of line_count



10
11
12
# File 'bridgetown-core/lib/bridgetown-core/front_matter/loaders.rb', line 10

def line_count
  @line_count
end