Class: Kaltura::Category
- Defined in:
- lib/acts_as_kaltura/extension/entry.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_order_by ⇒ Object
Returns the value of attribute default_order_by.
-
#default_permission_level ⇒ Object
Returns the value of attribute default_permission_level.
-
#description ⇒ Object
Returns the value of attribute description.
-
#direct_entries_count ⇒ Object
Returns the value of attribute direct_entries_count.
-
#direct_sub_categories_count ⇒ Object
Returns the value of attribute direct_sub_categories_count.
-
#full_ids ⇒ Object
Returns the value of attribute full_ids.
-
#inheritance_type ⇒ Object
Returns the value of attribute inheritance_type.
-
#inherited_parent_id ⇒ Object
Returns the value of attribute inherited_parent_id.
-
#members_count ⇒ Object
Returns the value of attribute members_count.
-
#moderation ⇒ Object
Returns the value of attribute moderation.
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#partner_data ⇒ Object
Returns the value of attribute partner_data.
-
#partner_sort_value ⇒ Object
Returns the value of attribute partner_sort_value.
-
#pending_entries_count ⇒ Object
Returns the value of attribute pending_entries_count.
-
#pending_members_count ⇒ Object
Returns the value of attribute pending_members_count.
-
#privacy ⇒ Object
Returns the value of attribute privacy.
-
#privacy_context ⇒ Object
Returns the value of attribute privacy_context.
-
#privacy_contexts ⇒ Object
Returns the value of attribute privacy_contexts.
-
#reference_id ⇒ Object
Returns the value of attribute reference_id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#user_join_policy ⇒ Object
Returns the value of attribute user_join_policy.
Instance Attribute Details
#appear_in_list ⇒ Object
Returns the value of attribute appear_in_list.
31 32 33 |
# File 'lib/acts_as_kaltura/extension/entry.rb', line 31 def appear_in_list @appear_in_list end |
#contribution_policy ⇒ Object
Returns the value of attribute contribution_policy.
31 32 33 |
# File 'lib/acts_as_kaltura/extension/entry.rb', line 31 def contribution_policy @contribution_policy end |
#default_order_by ⇒ Object
Returns the value of attribute default_order_by.
31 32 33 |
# File 'lib/acts_as_kaltura/extension/entry.rb', line 31 def default_order_by @default_order_by end |
#default_permission_level ⇒ Object
Returns the value of attribute default_permission_level.
31 32 33 |
# File 'lib/acts_as_kaltura/extension/entry.rb', line 31 def @default_permission_level end |
#description ⇒ Object
Returns the value of attribute description.
31 32 33 |
# File 'lib/acts_as_kaltura/extension/entry.rb', line 31 def description @description end |
#direct_entries_count ⇒ Object
Returns the value of attribute direct_entries_count.
31 32 33 |
# File 'lib/acts_as_kaltura/extension/entry.rb', line 31 def direct_entries_count @direct_entries_count end |
#direct_sub_categories_count ⇒ Object
Returns the value of attribute direct_sub_categories_count.
31 32 33 |
# File 'lib/acts_as_kaltura/extension/entry.rb', line 31 def direct_sub_categories_count @direct_sub_categories_count end |
#full_ids ⇒ Object
Returns the value of attribute full_ids.
31 32 33 |
# File 'lib/acts_as_kaltura/extension/entry.rb', line 31 def full_ids @full_ids end |
#inheritance_type ⇒ Object
Returns the value of attribute inheritance_type.
31 32 33 |
# File 'lib/acts_as_kaltura/extension/entry.rb', line 31 def inheritance_type @inheritance_type end |
#inherited_parent_id ⇒ Object
Returns the value of attribute inherited_parent_id.
31 32 33 |
# File 'lib/acts_as_kaltura/extension/entry.rb', line 31 def inherited_parent_id @inherited_parent_id end |
#members_count ⇒ Object
Returns the value of attribute members_count.
31 32 33 |
# File 'lib/acts_as_kaltura/extension/entry.rb', line 31 def members_count @members_count end |
#moderation ⇒ Object
Returns the value of attribute moderation.
31 32 33 |
# File 'lib/acts_as_kaltura/extension/entry.rb', line 31 def moderation @moderation end |
#owner ⇒ Object
Returns the value of attribute owner.
31 32 33 |
# File 'lib/acts_as_kaltura/extension/entry.rb', line 31 def owner @owner end |
#partner_data ⇒ Object
Returns the value of attribute partner_data.
31 32 33 |
# File 'lib/acts_as_kaltura/extension/entry.rb', line 31 def partner_data @partner_data end |
#partner_sort_value ⇒ Object
Returns the value of attribute partner_sort_value.
31 32 33 |
# File 'lib/acts_as_kaltura/extension/entry.rb', line 31 def partner_sort_value @partner_sort_value end |
#pending_entries_count ⇒ Object
Returns the value of attribute pending_entries_count.
31 32 33 |
# File 'lib/acts_as_kaltura/extension/entry.rb', line 31 def pending_entries_count @pending_entries_count end |
#pending_members_count ⇒ Object
Returns the value of attribute pending_members_count.
31 32 33 |
# File 'lib/acts_as_kaltura/extension/entry.rb', line 31 def pending_members_count @pending_members_count end |
#privacy ⇒ Object
Returns the value of attribute privacy.
31 32 33 |
# File 'lib/acts_as_kaltura/extension/entry.rb', line 31 def privacy @privacy end |
#privacy_context ⇒ Object
Returns the value of attribute privacy_context.
31 32 33 |
# File 'lib/acts_as_kaltura/extension/entry.rb', line 31 def privacy_context @privacy_context end |
#privacy_contexts ⇒ Object
Returns the value of attribute privacy_contexts.
31 32 33 |
# File 'lib/acts_as_kaltura/extension/entry.rb', line 31 def privacy_contexts @privacy_contexts end |
#reference_id ⇒ Object
Returns the value of attribute reference_id.
31 32 33 |
# File 'lib/acts_as_kaltura/extension/entry.rb', line 31 def reference_id @reference_id end |
#status ⇒ Object
Returns the value of attribute status.
31 32 33 |
# File 'lib/acts_as_kaltura/extension/entry.rb', line 31 def status @status end |
#tags ⇒ Object
Returns the value of attribute tags.
31 32 33 |
# File 'lib/acts_as_kaltura/extension/entry.rb', line 31 def @tags end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
31 32 33 |
# File 'lib/acts_as_kaltura/extension/entry.rb', line 31 def updated_at @updated_at end |
#user_join_policy ⇒ Object
Returns the value of attribute user_join_policy.
31 32 33 |
# File 'lib/acts_as_kaltura/extension/entry.rb', line 31 def user_join_policy @user_join_policy end |