Class: Xberg::FootnoteAnchor

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeFootnoteAnchor

Returns a new instance of FootnoteAnchor.

Parameters:

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


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

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

Instance Attribute Details

#labelString (readonly)

Returns the value of attribute label.

Returns:

  • (String)


715
716
717
# File 'sig/types.rbs', line 715

def label
  @label
end

#offsetInteger (readonly)

Returns the value of attribute offset.

Returns:

  • (Integer)


716
717
718
# File 'sig/types.rbs', line 716

def offset
  @offset
end