Class: Kaltura::KalturaAkamaiProvisionJobData

Inherits:
KalturaProvisionJobData show all
Defined in:
lib/kaltura_types.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaProvisionJobData

#backup_encoder_ip, #backup_stream_id, #encoder_ip, #encoder_password, #encoder_username, #end_date, #media_type, #primary_broadcasting_url, #return_val, #rtmp, #secondary_broadcasting_url, #stream_id, #stream_name

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#cpcodeObject

Returns the value of attribute cpcode.



10770
10771
10772
# File 'lib/kaltura_types.rb', line 10770

def cpcode
  @cpcode
end

#email_idObject

Returns the value of attribute email_id.



10771
10772
10773
# File 'lib/kaltura_types.rb', line 10771

def email_id
  @email_id
end

#primary_contactObject

Returns the value of attribute primary_contact.



10772
10773
10774
# File 'lib/kaltura_types.rb', line 10772

def primary_contact
  @primary_contact
end

#secondary_contactObject

Returns the value of attribute secondary_contact.



10773
10774
10775
# File 'lib/kaltura_types.rb', line 10773

def secondary_contact
  @secondary_contact
end

#wsdl_passwordObject

Returns the value of attribute wsdl_password.



10769
10770
10771
# File 'lib/kaltura_types.rb', line 10769

def wsdl_password
  @wsdl_password
end

#wsdl_usernameObject

Returns the value of attribute wsdl_username.



10768
10769
10770
# File 'lib/kaltura_types.rb', line 10768

def wsdl_username
  @wsdl_username
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



10776
10777
10778
10779
10780
10781
10782
10783
10784
# File 'lib/kaltura_types.rb', line 10776

def from_xml(xml_element)
	super
	self.wsdl_username = xml_element.elements['wsdlUsername'].text
	self.wsdl_password = xml_element.elements['wsdlPassword'].text
	self.cpcode = xml_element.elements['cpcode'].text
	self.email_id = xml_element.elements['emailId'].text
	self.primary_contact = xml_element.elements['primaryContact'].text
	self.secondary_contact = xml_element.elements['secondaryContact'].text
end