Class: KalturaApi::KalturaEntryDistribution
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- KalturaApi::KalturaEntryDistribution
- Defined in:
- lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb
Instance Attribute Summary collapse
-
#asset_ids ⇒ Object
Comma separated asset ids.
-
#created_at ⇒ Object
Entry distribution creation date as Unix timestamp (In seconds).
-
#dirty_status ⇒ Object
Returns the value of attribute dirty_status.
-
#distribution_profile_id ⇒ Object
Returns the value of attribute distribution_profile_id.
-
#entry_id ⇒ Object
Returns the value of attribute entry_id.
-
#error_description ⇒ Object
Returns the value of attribute error_description.
-
#error_number ⇒ Object
Returns the value of attribute error_number.
-
#error_type ⇒ Object
Returns the value of attribute error_type.
-
#flavor_asset_ids ⇒ Object
Comma separated flavor asset ids.
-
#has_delete_results_log ⇒ Object
Returns the value of attribute has_delete_results_log.
-
#has_delete_sent_data_log ⇒ Object
Returns the value of attribute has_delete_sent_data_log.
-
#has_submit_results_log ⇒ Object
Returns the value of attribute has_submit_results_log.
-
#has_submit_sent_data_log ⇒ Object
Returns the value of attribute has_submit_sent_data_log.
-
#has_update_results_log ⇒ Object
Returns the value of attribute has_update_results_log.
-
#has_update_sent_data_log ⇒ Object
Returns the value of attribute has_update_sent_data_log.
-
#id ⇒ Object
Auto generated unique id.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#plays ⇒ Object
The plays as retrieved from the remote destination reports.
-
#remote_id ⇒ Object
The id as returned from the distributed destination.
-
#status ⇒ Object
Returns the value of attribute status.
-
#submitted_at ⇒ Object
Entry distribution submission date as Unix timestamp (In seconds).
-
#sun_status ⇒ Object
Returns the value of attribute sun_status.
-
#sunrise ⇒ Object
Entry distribution publish time as Unix timestamp (In seconds).
-
#sunset ⇒ Object
Entry distribution un-publish time as Unix timestamp (In seconds).
-
#thumb_asset_ids ⇒ Object
Comma separated thumbnail asset ids.
-
#updated_at ⇒ Object
Entry distribution last update date as Unix timestamp (In seconds).
-
#validation_errors ⇒ Object
Returns the value of attribute validation_errors.
-
#views ⇒ Object
The views as retrieved from the remote destination reports.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#asset_ids ⇒ Object
Comma separated asset ids
480 481 482 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 480 def asset_ids @asset_ids end |
#created_at ⇒ Object
Entry distribution creation date as Unix timestamp (In seconds)
459 460 461 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 459 def created_at @created_at end |
#dirty_status ⇒ Object
Returns the value of attribute dirty_status.
471 472 473 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 471 def dirty_status @dirty_status end |
#distribution_profile_id ⇒ Object
Returns the value of attribute distribution_profile_id.
468 469 470 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 468 def distribution_profile_id @distribution_profile_id end |
#entry_id ⇒ Object
Returns the value of attribute entry_id.
466 467 468 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 466 def entry_id @entry_id end |
#error_description ⇒ Object
Returns the value of attribute error_description.
499 500 501 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 499 def error_description @error_description end |
#error_number ⇒ Object
Returns the value of attribute error_number.
498 499 500 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 498 def error_number @error_number end |
#error_type ⇒ Object
Returns the value of attribute error_type.
497 498 499 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 497 def error_type @error_type end |
#flavor_asset_ids ⇒ Object
Comma separated flavor asset ids
477 478 479 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 477 def flavor_asset_ids @flavor_asset_ids end |
#has_delete_results_log ⇒ Object
Returns the value of attribute has_delete_results_log.
504 505 506 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 504 def has_delete_results_log @has_delete_results_log end |
#has_delete_sent_data_log ⇒ Object
Returns the value of attribute has_delete_sent_data_log.
505 506 507 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 505 def has_delete_sent_data_log @has_delete_sent_data_log end |
#has_submit_results_log ⇒ Object
Returns the value of attribute has_submit_results_log.
500 501 502 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 500 def has_submit_results_log @has_submit_results_log end |
#has_submit_sent_data_log ⇒ Object
Returns the value of attribute has_submit_sent_data_log.
501 502 503 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 501 def has_submit_sent_data_log @has_submit_sent_data_log end |
#has_update_results_log ⇒ Object
Returns the value of attribute has_update_results_log.
502 503 504 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 502 def has_update_results_log @has_update_results_log end |
#has_update_sent_data_log ⇒ Object
Returns the value of attribute has_update_sent_data_log.
503 504 505 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 503 def has_update_sent_data_log @has_update_sent_data_log end |
#id ⇒ Object
Auto generated unique id
456 457 458 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 456 def id @id end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
467 468 469 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 467 def partner_id @partner_id end |
#plays ⇒ Object
The plays as retrieved from the remote destination reports
492 493 494 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 492 def plays @plays end |
#remote_id ⇒ Object
The id as returned from the distributed destination
489 490 491 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 489 def remote_id @remote_id end |
#status ⇒ Object
Returns the value of attribute status.
469 470 471 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 469 def status @status end |
#submitted_at ⇒ Object
Entry distribution submission date as Unix timestamp (In seconds)
465 466 467 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 465 def submitted_at @submitted_at end |
#sun_status ⇒ Object
Returns the value of attribute sun_status.
470 471 472 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 470 def sun_status @sun_status end |
#sunrise ⇒ Object
Entry distribution publish time as Unix timestamp (In seconds)
483 484 485 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 483 def sunrise @sunrise end |
#sunset ⇒ Object
Entry distribution un-publish time as Unix timestamp (In seconds)
486 487 488 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 486 def sunset @sunset end |
#thumb_asset_ids ⇒ Object
Comma separated thumbnail asset ids
474 475 476 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 474 def thumb_asset_ids @thumb_asset_ids end |
#updated_at ⇒ Object
Entry distribution last update date as Unix timestamp (In seconds)
462 463 464 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 462 def updated_at @updated_at end |
#validation_errors ⇒ Object
Returns the value of attribute validation_errors.
496 497 498 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 496 def validation_errors @validation_errors end |
#views ⇒ Object
The views as retrieved from the remote destination reports
495 496 497 |
# File 'lib/kaltura_plugins/kaltura_content_distribution_client_plugin.rb', line 495 def views @views end |