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)


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

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

Instance Attribute Details

#contentString (readonly)

Returns the value of attribute content.

Returns:

  • (String)


723
724
725
# File 'sig/types.rbs', line 723

def content
  @content
end

#labelString (readonly)

Returns the value of attribute label.

Returns:

  • (String)


722
723
724
# File 'sig/types.rbs', line 722

def label
  @label
end

#offsetInteger (readonly)

Returns the value of attribute offset.

Returns:

  • (Integer)


724
725
726
# File 'sig/types.rbs', line 724

def offset
  @offset
end