class E3DB::OutgoingSharingPolicy

Information about records shared with another client.

The {Client#outgoing_sharing} method returns a list of {OutgoingSharingPolicy} instances, each of which describes a rule allowing other E3DB clients to read records of a specific type.

@!attribute reader_id

@return [String] unique ID of the authorized reader

@!attribute reader_name

@return [String] display name of reader, if available

@!attribute record_type

@return [String] type of record shared with reader