Class: Xberg::FootnoteDefinition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeFootnoteDefinition

Returns a new instance of FootnoteDefinition.

Parameters:

  • label: (String)
  • content: (String)
  • offset: (Integer)


757
# File 'sig/types.rbs', line 757

def initialize: (label: String, content: String, offset: Integer) -> void

Instance Attribute Details

#contentString (readonly)

Returns the value of attribute content.

Returns:

  • (String)


754
755
756
# File 'sig/types.rbs', line 754

def content
  @content
end

#labelString (readonly)

Returns the value of attribute label.

Returns:

  • (String)


753
754
755
# File 'sig/types.rbs', line 753

def label
  @label
end

#offsetInteger (readonly)

Returns the value of attribute offset.

Returns:

  • (Integer)


755
756
757
# File 'sig/types.rbs', line 755

def offset
  @offset
end