Class: Kaltura::KalturaMailJobData

Inherits:
KalturaJobData show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#body_paramsObject

Returns the value of attribute body_params.



7615
7616
7617
# File 'lib/kaltura_client.rb', line 7615

def body_params
  @body_params
end

#campaign_idObject

Returns the value of attribute campaign_id.



7619
7620
7621
# File 'lib/kaltura_client.rb', line 7619

def campaign_id
  @campaign_id
end

#from_emailObject

Returns the value of attribute from_email.



7614
7615
7616
# File 'lib/kaltura_client.rb', line 7614

def from_email
  @from_email
end

#from_nameObject

Returns the value of attribute from_name.



7613
7614
7615
# File 'lib/kaltura_client.rb', line 7613

def from_name
  @from_name
end

#is_htmlObject

Returns the value of attribute is_html.



7621
7622
7623
# File 'lib/kaltura_client.rb', line 7621

def is_html
  @is_html
end

#languageObject

Returns the value of attribute language.



7618
7619
7620
# File 'lib/kaltura_client.rb', line 7618

def language
  @language
end

#mail_priorityObject

Returns the value of attribute mail_priority.



7606
7607
7608
# File 'lib/kaltura_client.rb', line 7606

def mail_priority
  @mail_priority
end

#mail_typeObject

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_dateObject

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_emailObject

Returns the value of attribute recipient_email.



7609
7610
7611
# File 'lib/kaltura_client.rb', line 7609

def recipient_email
  @recipient_email
end

#recipient_idObject

kuserId



7612
7613
7614
# File 'lib/kaltura_client.rb', line 7612

def recipient_id
  @recipient_id
end

#recipient_nameObject

Returns the value of attribute recipient_name.



7608
7609
7610
# File 'lib/kaltura_client.rb', line 7608

def recipient_name
  @recipient_name
end

#statusObject

Returns the value of attribute status.



7607
7608
7609
# File 'lib/kaltura_client.rb', line 7607

def status
  @status
end

#subject_paramsObject

Returns the value of attribute subject_params.



7616
7617
7618
# File 'lib/kaltura_client.rb', line 7616

def subject_params
  @subject_params
end

#template_pathObject

Returns the value of attribute template_path.



7617
7618
7619
# File 'lib/kaltura_client.rb', line 7617

def template_path
  @template_path
end