Method: Merge::Crm::AssociationType#source_object_class
- Defined in:
- lib/merge_ruby_client/crm/types/association_type.rb
#source_object_class ⇒ Hash{String => Object} (readonly)
Returns The class of the source object (Custom Object or Common Model) for the association type.
27 28 29 |
# File 'lib/merge_ruby_client/crm/types/association_type.rb', line 27 def source_object_class @source_object_class end |