Class: Funicular::VDOM::VNode
- Inherits:
-
Object
- Object
- Funicular::VDOM::VNode
- Defined in:
- sig/vdom.rbs
Instance Attribute Summary collapse
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#type ⇒ Symbol
readonly
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize ⇒ VNode
constructor
A new instance of VNode.
Constructor Details
#initialize ⇒ VNode
Returns a new instance of VNode.
19 |
# File 'sig/vdom.rbs', line 19
def initialize: (Symbol type) -> void
|
Instance Attribute Details
#key ⇒ Object (readonly)
Returns the value of attribute key.
17 18 19 |
# File 'sig/vdom.rbs', line 17 def key @key end |
#type ⇒ Symbol (readonly)
Returns the value of attribute type.
16 17 18 |
# File 'sig/vdom.rbs', line 16 def type @type end |