Class: Immutable::Promise::Content
- Inherits:
-
Struct
- Object
- Struct
- Immutable::Promise::Content
- Defined in:
- lib/immutable/promise.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type
32 33 34 |
# File 'lib/immutable/promise.rb', line 32 def type @type end |
#value ⇒ Object
Returns the value of attribute value
32 33 34 |
# File 'lib/immutable/promise.rb', line 32 def value @value end |