Class: Metanorma::Html::Component::FootnoteEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/metanorma/html/component/footnote_collector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



53
54
55
# File 'lib/metanorma/html/component/footnote_collector.rb', line 53

def content
  @content
end

#fmt_labelObject

Returns the value of attribute fmt_label

Returns:

  • (Object)

    the current value of fmt_label



53
54
55
# File 'lib/metanorma/html/component/footnote_collector.rb', line 53

def fmt_label
  @fmt_label
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



53
54
55
# File 'lib/metanorma/html/component/footnote_collector.rb', line 53

def id
  @id
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



53
54
55
# File 'lib/metanorma/html/component/footnote_collector.rb', line 53

def number
  @number
end

#referenceObject

Returns the value of attribute reference

Returns:

  • (Object)

    the current value of reference



53
54
55
# File 'lib/metanorma/html/component/footnote_collector.rb', line 53

def reference
  @reference
end