Class: L43Rmap::Function
- Inherits:
-
Object
- Object
- L43Rmap::Function
- Defined in:
- lib/l43_rmap/function.rb
Instance Attribute Summary collapse
-
#function ⇒ Object
readonly
Returns the value of attribute function.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#function ⇒ Object (readonly)
Returns the value of attribute function.
6 7 8 |
# File 'lib/l43_rmap/function.rb', line 6 def function @function end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
6 7 8 |
# File 'lib/l43_rmap/function.rb', line 6 def name @name end |
Instance Method Details
#call(rt, *a, **k) ⇒ Object
8 |
# File 'lib/l43_rmap/function.rb', line 8 def call(rt, *a, **k) = function.(rt, *a, **k) |
#image ⇒ Object
10 |
# File 'lib/l43_rmap/function.rb', line 10 def image = "Function #{name}" |