Class: ApimaticCalculator::OperationTypeEnum
- Inherits:
-
Object
- Object
- ApimaticCalculator::OperationTypeEnum
- Defined in:
- lib/apimatic_calculator/models/operation_type_enum.rb
Overview
Possible operators are sum, subtract, multiply, divide
Constant Summary collapse
- OPERATION_TYPE_ENUM =
[ # TODO: Write general description for SUM SUM = 'SUM'.freeze, # TODO: Write general description for SUBTRACT SUBTRACT = 'SUBTRACT'.freeze, # TODO: Write general description for MULTIPLY MULTIPLY = 'MULTIPLY'.freeze, # TODO: Write general description for DIVIDE DIVIDE = 'DIVIDE'.freeze ].freeze