Class: Kaltura::KalturaMailJobData
- Inherits:
-
KalturaJobData
- Object
- KalturaObjectBase
- KalturaJobData
- Kaltura::KalturaMailJobData
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#body_params ⇒ Object
Returns the value of attribute body_params.
-
#campaign_id ⇒ Object
Returns the value of attribute campaign_id.
-
#from_email ⇒ Object
Returns the value of attribute from_email.
-
#from_name ⇒ Object
Returns the value of attribute from_name.
-
#is_html ⇒ Object
Returns the value of attribute is_html.
-
#language ⇒ Object
Returns the value of attribute language.
-
#mail_priority ⇒ Object
Returns the value of attribute mail_priority.
-
#mail_type ⇒ Object
Returns the value of attribute mail_type.
-
#min_send_date ⇒ Object
Returns the value of attribute min_send_date.
-
#recipient_email ⇒ Object
Returns the value of attribute recipient_email.
-
#recipient_id ⇒ Object
kuserId.
-
#recipient_name ⇒ Object
Returns the value of attribute recipient_name.
-
#status ⇒ Object
Returns the value of attribute status.
-
#subject_params ⇒ Object
Returns the value of attribute subject_params.
-
#template_path ⇒ Object
Returns the value of attribute template_path.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#body_params ⇒ Object
Returns the value of attribute body_params.
7615 7616 7617 |
# File 'lib/kaltura_client.rb', line 7615 def body_params @body_params end |
#campaign_id ⇒ Object
Returns the value of attribute campaign_id.
7619 7620 7621 |
# File 'lib/kaltura_client.rb', line 7619 def campaign_id @campaign_id end |
#from_email ⇒ Object
Returns the value of attribute from_email.
7614 7615 7616 |
# File 'lib/kaltura_client.rb', line 7614 def from_email @from_email end |
#from_name ⇒ Object
Returns the value of attribute from_name.
7613 7614 7615 |
# File 'lib/kaltura_client.rb', line 7613 def from_name @from_name end |
#is_html ⇒ Object
Returns the value of attribute is_html.
7621 7622 7623 |
# File 'lib/kaltura_client.rb', line 7621 def is_html @is_html end |
#language ⇒ Object
Returns the value of attribute language.
7618 7619 7620 |
# File 'lib/kaltura_client.rb', line 7618 def language @language end |
#mail_priority ⇒ Object
Returns the value of attribute mail_priority.
7606 7607 7608 |
# File 'lib/kaltura_client.rb', line 7606 def mail_priority @mail_priority end |
#mail_type ⇒ Object
Returns the value of attribute mail_type.
7605 7606 7607 |
# File 'lib/kaltura_client.rb', line 7605 def mail_type @mail_type end |
#min_send_date ⇒ Object
Returns the value of attribute min_send_date.
7620 7621 7622 |
# File 'lib/kaltura_client.rb', line 7620 def min_send_date @min_send_date end |
#recipient_email ⇒ Object
Returns the value of attribute recipient_email.
7609 7610 7611 |
# File 'lib/kaltura_client.rb', line 7609 def recipient_email @recipient_email end |
#recipient_id ⇒ Object
kuserId
7612 7613 7614 |
# File 'lib/kaltura_client.rb', line 7612 def recipient_id @recipient_id end |
#recipient_name ⇒ Object
Returns the value of attribute recipient_name.
7608 7609 7610 |
# File 'lib/kaltura_client.rb', line 7608 def recipient_name @recipient_name end |
#status ⇒ Object
Returns the value of attribute status.
7607 7608 7609 |
# File 'lib/kaltura_client.rb', line 7607 def status @status end |
#subject_params ⇒ Object
Returns the value of attribute subject_params.
7616 7617 7618 |
# File 'lib/kaltura_client.rb', line 7616 def subject_params @subject_params end |
#template_path ⇒ Object
Returns the value of attribute template_path.
7617 7618 7619 |
# File 'lib/kaltura_client.rb', line 7617 def template_path @template_path end |