Class: Lite::Memoize::Alias::MemoizedMethod
- Inherits:
-
Struct
- Object
- Struct
- Lite::Memoize::Alias::MemoizedMethod
- Defined in:
- lib/lite/memoize/alias.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
7 8 9 |
# File 'lib/lite/memoize/alias.rb', line 7 def arity @arity end |
#ivar ⇒ Object
Returns the value of attribute ivar
7 8 9 |
# File 'lib/lite/memoize/alias.rb', line 7 def ivar @ivar end |
#memoized_method ⇒ Object
Returns the value of attribute memoized_method
7 8 9 |
# File 'lib/lite/memoize/alias.rb', line 7 def memoized_method @memoized_method end |