Method: Monotony::BasicProperty#set

Defined in:
lib/monotony/basicproperty.rb

#setSymbol

Returns the name of the set containing this property.

Returns:

  • (Symbol)

    Returns the name of the set containing this property.



12
13
14
# File 'lib/monotony/basicproperty.rb', line 12

def set
  @set
end