Class: Dommy::PromiseValue::Handler
- Inherits:
-
Struct
- Object
- Struct
- Dommy::PromiseValue::Handler
- Defined in:
- lib/dommy/promise.rb
Instance Attribute Summary collapse
-
#child ⇒ Object
Returns the value of attribute child.
-
#on_fulfilled ⇒ Object
Returns the value of attribute on_fulfilled.
-
#on_rejected ⇒ Object
Returns the value of attribute on_rejected.
Instance Attribute Details
#child ⇒ Object
Returns the value of attribute child
33 34 35 |
# File 'lib/dommy/promise.rb', line 33 def child @child end |
#on_fulfilled ⇒ Object
Returns the value of attribute on_fulfilled
33 34 35 |
# File 'lib/dommy/promise.rb', line 33 def on_fulfilled @on_fulfilled end |
#on_rejected ⇒ Object
Returns the value of attribute on_rejected
33 34 35 |
# File 'lib/dommy/promise.rb', line 33 def on_rejected @on_rejected end |