Class: KalturaApi::KalturaBulkUploadResultCategory
- Inherits:
-
KalturaBulkUploadResult
- Object
- KalturaObjectBase
- KalturaBulkUploadResult
- KalturaApi::KalturaBulkUploadResultCategory
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#appear_in_list ⇒ Object
Returns the value of attribute appear_in_list.
-
#contribution_policy ⇒ Object
Returns the value of attribute contribution_policy.
-
#default_permission_level ⇒ Object
Returns the value of attribute default_permission_level.
-
#description ⇒ Object
Returns the value of attribute description.
-
#inheritance_type ⇒ Object
Returns the value of attribute inheritance_type.
-
#moderation ⇒ Object
Returns the value of attribute moderation.
-
#name ⇒ Object
Returns the value of attribute name.
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#partner_sort_value ⇒ Object
Returns the value of attribute partner_sort_value.
-
#privacy ⇒ Object
Returns the value of attribute privacy.
-
#reference_id ⇒ Object
Returns the value of attribute reference_id.
-
#relative_path ⇒ Object
Returns the value of attribute relative_path.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#user_join_policy ⇒ Object
Returns the value of attribute user_join_policy.
Attributes inherited from KalturaBulkUploadResult
#action, #bulk_upload_job_id, #bulk_upload_result_object_type, #error_code, #error_description, #error_type, #id, #line_index, #object_error_description, #object_id, #object_status, #partner_data, #partner_id, #plugins_data, #row_data, #status
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#appear_in_list ⇒ Object
Returns the value of attribute appear_in_list.
6621 6622 6623 |
# File 'lib/kaltura_client.rb', line 6621 def appear_in_list @appear_in_list end |
#contribution_policy ⇒ Object
Returns the value of attribute contribution_policy.
6627 6628 6629 |
# File 'lib/kaltura_client.rb', line 6627 def contribution_policy @contribution_policy end |
#default_permission_level ⇒ Object
Returns the value of attribute default_permission_level.
6625 6626 6627 |
# File 'lib/kaltura_client.rb', line 6625 def @default_permission_level end |
#description ⇒ Object
Returns the value of attribute description.
6619 6620 6621 |
# File 'lib/kaltura_client.rb', line 6619 def description @description end |
#inheritance_type ⇒ Object
Returns the value of attribute inheritance_type.
6623 6624 6625 |
# File 'lib/kaltura_client.rb', line 6623 def inheritance_type @inheritance_type end |
#moderation ⇒ Object
Returns the value of attribute moderation.
6629 6630 6631 |
# File 'lib/kaltura_client.rb', line 6629 def moderation @moderation end |
#name ⇒ Object
Returns the value of attribute name.
6617 6618 6619 |
# File 'lib/kaltura_client.rb', line 6617 def name @name end |
#owner ⇒ Object
Returns the value of attribute owner.
6626 6627 6628 |
# File 'lib/kaltura_client.rb', line 6626 def owner @owner end |
#partner_sort_value ⇒ Object
Returns the value of attribute partner_sort_value.
6628 6629 6630 |
# File 'lib/kaltura_client.rb', line 6628 def partner_sort_value @partner_sort_value end |
#privacy ⇒ Object
Returns the value of attribute privacy.
6622 6623 6624 |
# File 'lib/kaltura_client.rb', line 6622 def privacy @privacy end |
#reference_id ⇒ Object
Returns the value of attribute reference_id.
6618 6619 6620 |
# File 'lib/kaltura_client.rb', line 6618 def reference_id @reference_id end |
#relative_path ⇒ Object
Returns the value of attribute relative_path.
6616 6617 6618 |
# File 'lib/kaltura_client.rb', line 6616 def relative_path @relative_path end |
#tags ⇒ Object
Returns the value of attribute tags.
6620 6621 6622 |
# File 'lib/kaltura_client.rb', line 6620 def @tags end |
#user_join_policy ⇒ Object
Returns the value of attribute user_join_policy.
6624 6625 6626 |
# File 'lib/kaltura_client.rb', line 6624 def user_join_policy @user_join_policy end |