Method: Sequel::Model::Associations::AssociationReflection#setter_method

Defined in:
lib/sequel/model/associations.rb

#setter_methodObject

Name symbol for the setter association method

[View source]

576
577
578
# File 'lib/sequel/model/associations.rb', line 576

def setter_method
  self[:setter_method]
end