Class: Operators
- Inherits:
-
Object
- Object
- Operators
- Defined in:
- lib/ff/ruby/server/sdk/api/operators.rb
Constant Summary collapse
- @@SEGMENT_MATCH =
"SEGMENT_MATCH"
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Operators
constructor
A new instance of Operators.
Constructor Details
#initialize ⇒ Operators
Returns a new instance of Operators.
3 4 5 6 7 |
# File 'lib/ff/ruby/server/sdk/api/operators.rb', line 3 def initialize super raise "Abstract" end |
Class Method Details
.SEGMENT_MATCH ⇒ Object
14 15 16 17 |
# File 'lib/ff/ruby/server/sdk/api/operators.rb', line 14 def SEGMENT_MATCH @@SEGMENT_MATCH end |