Method: Merge::Crm::AssociationType#source_object_class

Defined in:
lib/merge_ruby_client/crm/types/association_type.rb

#source_object_classHash{String => Object} (readonly)

Returns The class of the source object (Custom Object or Common Model) for the association type.

Returns:

  • (Hash{String => Object})

    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