Class: ActsAsCalculator::FunctionRegistry::Definition

Inherits:
Data
  • Object
show all
Defined in:
lib/acts_as_calculator/function_registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#implementationObject (readonly)

Returns the value of attribute implementation

Returns:

  • (Object)

    the current value of implementation



7
8
9
# File 'lib/acts_as_calculator/function_registry.rb', line 7

def implementation
  @implementation
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/acts_as_calculator/function_registry.rb', line 7

def name
  @name
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



7
8
9
# File 'lib/acts_as_calculator/function_registry.rb', line 7

def type
  @type
end