Class: Kaltura::KalturaEmailNotificationRecipientJobData

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb

Overview

Abstract class representing the final output recipients going into the batch mechanism

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#provider_typeObject

Provider type of the job data.



74
75
76
# File 'lib/kaltura_plugins/kaltura_email_notification_client_plugin.rb', line 74

def provider_type
  @provider_type
end