Class: L43Rmap::Function

Inherits:
Object
  • Object
show all
Defined in:
lib/l43_rmap/function.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#functionObject (readonly)

Returns the value of attribute function.



6
7
8
# File 'lib/l43_rmap/function.rb', line 6

def function
  @function
end

#nameObject (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)

#imageObject



10
# File 'lib/l43_rmap/function.rb', line 10

def image = "Function #{name}"