Class: Funicular::VDOM::Text
Instance Attribute Summary collapse
-
#content ⇒ String
readonly
Returns the value of attribute content.
Attributes inherited from VNode
Instance Method Summary collapse
- #== ⇒ Boolean
-
#initialize ⇒ Text
constructor
A new instance of Text.
Constructor Details
#initialize ⇒ Text
Returns a new instance of Text.
35 |
# File 'sig/vdom.rbs', line 35
def initialize: (String content) -> void
|
Instance Attribute Details
#content ⇒ String (readonly)
Returns the value of attribute content.
33 34 35 |
# File 'sig/vdom.rbs', line 33 def content @content end |
Instance Method Details
#== ⇒ Boolean
36 |
# File 'sig/vdom.rbs', line 36
def ==: (untyped other) -> bool
|