Sha256: 922a9ef43a2fb193d1a9c365cdd4af55805e265ec57153308a6949c8c93c5b67
Contents?: true
Size: 277 Bytes
Versions: 20
Compression:
Stored size: 277 Bytes
Contents
module BaseCRM class SyncSession < Model # @attribute [r] id # @return [String] Unique identifier for the sync session. # attr_reader :id # @attribute [r] queues # @return [Array<SyncQueue>] A list of sync queues. # attr_reader :queues end end
Version data entries
20 entries across 20 versions & 1 rubygems