Class: Lucio::Operator::Operator

Inherits:
Object
  • Object
show all
Defined in:
lib/lucio/operators/operator.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#typeObject (readonly)

Returns the value of attribute type.



4
5
6
# File 'lib/lucio/operators/operator.rb', line 4

def type
  @type
end

Instance Method Details

#execute(*items) ⇒ Object



10
11
12
# File 'lib/lucio/operators/operator.rb', line 10

def execute(*items)
  raise "Incomplete operator"
end