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)


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

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

Instance Attribute Details

#labelString (readonly)

Returns the value of attribute label.

Returns:

  • (String)


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

def label
  @label
end

#offsetInteger (readonly)

Returns the value of attribute offset.

Returns:

  • (Integer)


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

def offset
  @offset
end