Class: ActsAsCalculator::FunctionRegistry::Definition
- Inherits:
-
Data
- Object
- Data
- ActsAsCalculator::FunctionRegistry::Definition
- Defined in:
- lib/acts_as_calculator/function_registry.rb
Instance Attribute Summary collapse
-
#implementation ⇒ Object
readonly
Returns the value of attribute implementation.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#implementation ⇒ Object (readonly)
Returns the value of attribute implementation
7 8 9 |
# File 'lib/acts_as_calculator/function_registry.rb', line 7 def implementation @implementation end |
#name ⇒ Object (readonly)
Returns the value of attribute name
7 8 9 |
# File 'lib/acts_as_calculator/function_registry.rb', line 7 def name @name end |
#type ⇒ Object (readonly)
Returns the value of attribute type
7 8 9 |
# File 'lib/acts_as_calculator/function_registry.rb', line 7 def type @type end |