Class: Kaltura::KalturaAkamaiProvisionJobData
- Inherits:
-
KalturaProvisionJobData
- Object
- KalturaObjectBase
- KalturaJobData
- KalturaProvisionJobData
- Kaltura::KalturaAkamaiProvisionJobData
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#cpcode ⇒ Object
Returns the value of attribute cpcode.
-
#email_id ⇒ Object
Returns the value of attribute email_id.
-
#primary_contact ⇒ Object
Returns the value of attribute primary_contact.
-
#secondary_contact ⇒ Object
Returns the value of attribute secondary_contact.
-
#wsdl_password ⇒ Object
Returns the value of attribute wsdl_password.
-
#wsdl_username ⇒ Object
Returns the value of attribute wsdl_username.
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
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#cpcode ⇒ Object
Returns the value of attribute cpcode.
8214 8215 8216 |
# File 'lib/kaltura_client.rb', line 8214 def cpcode @cpcode end |
#email_id ⇒ Object
Returns the value of attribute email_id.
8215 8216 8217 |
# File 'lib/kaltura_client.rb', line 8215 def email_id @email_id end |
#primary_contact ⇒ Object
Returns the value of attribute primary_contact.
8216 8217 8218 |
# File 'lib/kaltura_client.rb', line 8216 def primary_contact @primary_contact end |
#secondary_contact ⇒ Object
Returns the value of attribute secondary_contact.
8217 8218 8219 |
# File 'lib/kaltura_client.rb', line 8217 def secondary_contact @secondary_contact end |
#wsdl_password ⇒ Object
Returns the value of attribute wsdl_password.
8213 8214 8215 |
# File 'lib/kaltura_client.rb', line 8213 def wsdl_password @wsdl_password end |
#wsdl_username ⇒ Object
Returns the value of attribute wsdl_username.
8212 8213 8214 |
# File 'lib/kaltura_client.rb', line 8212 def wsdl_username @wsdl_username end |