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)


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

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

Instance Attribute Details

#labelString (readonly)

Returns the value of attribute label.

Returns:

  • (String)


774
775
776
# File 'sig/types.rbs', line 774

def label
  @label
end

#offsetInteger (readonly)

Returns the value of attribute offset.

Returns:

  • (Integer)


775
776
777
# File 'sig/types.rbs', line 775

def offset
  @offset
end