Class: Crawlberg::HeadingInfo
- Inherits:
-
Object
- Object
- Crawlberg::HeadingInfo
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#level ⇒ Integer?
Returns the value of attribute level.
-
#text ⇒ String?
Returns the value of attribute text.
Instance Method Summary collapse
-
#initialize ⇒ HeadingInfo
constructor
A new instance of HeadingInfo.
Constructor Details
#initialize ⇒ HeadingInfo
Returns a new instance of HeadingInfo.
335 |
# File 'sig/types.rbs', line 335
def initialize: (?level: Integer, ?text: String) -> void
|
Instance Attribute Details
#level ⇒ Integer?
Returns the value of attribute level.
332 333 334 |
# File 'sig/types.rbs', line 332 def level @level end |
#text ⇒ String?
Returns the value of attribute text.
333 334 335 |
# File 'sig/types.rbs', line 333 def text @text end |