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