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.
726 |
# File 'sig/types.rbs', line 726
def initialize: (label: String, content: String, offset: Integer) -> void
|
Instance Attribute Details
#content ⇒ String (readonly)
Returns the value of attribute content.
723 724 725 |
# File 'sig/types.rbs', line 723 def content @content end |
#label ⇒ String (readonly)
Returns the value of attribute label.
722 723 724 |
# File 'sig/types.rbs', line 722 def label @label end |
#offset ⇒ Integer (readonly)
Returns the value of attribute offset.
724 725 726 |
# File 'sig/types.rbs', line 724 def offset @offset end |