Class: Xberg::FootnoteAnchor
- Inherits:
-
Object
- Object
- Xberg::FootnoteAnchor
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#label ⇒ String
readonly
Returns the value of attribute label.
-
#offset ⇒ Integer
readonly
Returns the value of attribute offset.
Instance Method Summary collapse
-
#initialize ⇒ FootnoteAnchor
constructor
A new instance of FootnoteAnchor.
Constructor Details
#initialize ⇒ FootnoteAnchor
Returns a new instance of FootnoteAnchor.
718 |
# File 'sig/types.rbs', line 718
def initialize: (label: String, offset: Integer) -> void
|
Instance Attribute Details
#label ⇒ String (readonly)
Returns the value of attribute label.
715 716 717 |
# File 'sig/types.rbs', line 715 def label @label end |
#offset ⇒ Integer (readonly)
Returns the value of attribute offset.
716 717 718 |
# File 'sig/types.rbs', line 716 def offset @offset end |