Method: CSDL::Operator#name

Defined in:
lib/csdl/operators.rb

#nameString

The name of the operator.

Returns:

  • (String)

    the current value of name



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

def name
  @name
end