Class: Memoist::MemoizedMethod
- Inherits:
-
Struct
- Object
- Struct
- Memoist::MemoizedMethod
- Defined in:
- lib/memoist.rb
Instance Attribute Summary collapse
-
#arity ⇒ Object
Returns the value of attribute arity.
-
#ivar ⇒ Object
Returns the value of attribute ivar.
-
#memoized_method ⇒ Object
Returns the value of attribute memoized_method.
Instance Attribute Details
#arity ⇒ Object
Returns the value of attribute arity
102 103 104 |
# File 'lib/memoist.rb', line 102 def arity @arity end |
#ivar ⇒ Object
Returns the value of attribute ivar
102 103 104 |
# File 'lib/memoist.rb', line 102 def ivar @ivar end |
#memoized_method ⇒ Object
Returns the value of attribute memoized_method
102 103 104 |
# File 'lib/memoist.rb', line 102 def memoized_method @memoized_method end |