Class: Kaltura::KalturaPartner
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaPartner
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#additional_params ⇒ Object
Returns the value of attribute additional_params.
-
#admin_email ⇒ Object
Returns the value of attribute admin_email.
-
#admin_login_users_quota ⇒ Object
Returns the value of attribute admin_login_users_quota.
-
#admin_name ⇒ Object
deprecated - lastName and firstName replaces this field.
-
#admin_secret ⇒ Object
Returns the value of attribute admin_secret.
-
#admin_user_id ⇒ Object
Returns the value of attribute admin_user_id.
-
#adult_content ⇒ Object
Returns the value of attribute adult_content.
-
#allow_multi_notification ⇒ Object
Returns the value of attribute allow_multi_notification.
-
#allow_quick_edit ⇒ Object
Returns the value of attribute allow_quick_edit.
-
#appear_in_search ⇒ Object
Returns the value of attribute appear_in_search.
-
#cdn_host ⇒ Object
Returns the value of attribute cdn_host.
-
#cms_password ⇒ Object
Returns the value of attribute cms_password.
-
#commercial_use ⇒ Object
Returns the value of attribute commercial_use.
-
#content_categories ⇒ Object
Returns the value of attribute content_categories.
-
#country ⇒ Object
country code (2char) - this field is optional.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#def_conversion_profile_type ⇒ Object
Returns the value of attribute def_conversion_profile_type.
-
#default_delivery_type ⇒ Object
Returns the value of attribute default_delivery_type.
-
#default_embed_code_type ⇒ Object
Returns the value of attribute default_embed_code_type.
-
#default_entitlement_enforcement ⇒ Object
Returns the value of attribute default_entitlement_enforcement.
-
#delivery_types ⇒ Object
Returns the value of attribute delivery_types.
-
#describe_yourself ⇒ Object
Returns the value of attribute describe_yourself.
-
#description ⇒ Object
Returns the value of attribute description.
-
#embed_code_types ⇒ Object
Returns the value of attribute embed_code_types.
-
#first_name ⇒ Object
firstName and lastName replace the old (deprecated) adminName.
-
#host ⇒ Object
Returns the value of attribute host.
-
#id ⇒ Object
Returns the value of attribute id.
-
#ignore_seo_links ⇒ Object
Returns the value of attribute ignore_seo_links.
-
#is_first_login ⇒ Object
Returns the value of attribute is_first_login.
-
#landing_page ⇒ Object
Returns the value of attribute landing_page.
-
#last_name ⇒ Object
lastName and firstName replace the old (deprecated) adminName.
-
#logout_url ⇒ Object
Returns the value of attribute logout_url.
-
#max_upload_size ⇒ Object
Returns the value of attribute max_upload_size.
-
#merge_entry_lists ⇒ Object
Returns the value of attribute merge_entry_lists.
-
#name ⇒ Object
Returns the value of attribute name.
-
#notification_url ⇒ Object
Returns the value of attribute notification_url.
-
#notifications_config ⇒ Object
Returns the value of attribute notifications_config.
-
#notify ⇒ Object
Returns the value of attribute notify.
-
#partner_group_type ⇒ Object
Returns the value of attribute partner_group_type.
-
#partner_package ⇒ Object
Returns the value of attribute partner_package.
-
#partner_parent_id ⇒ Object
Returns the value of attribute partner_parent_id.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#publishers_quota ⇒ Object
Returns the value of attribute publishers_quota.
-
#rtmp_url ⇒ Object
Returns the value of attribute rtmp_url.
-
#secret ⇒ Object
Returns the value of attribute secret.
-
#state ⇒ Object
state code (2char) - this field is optional.
-
#status ⇒ Object
Returns the value of attribute status.
-
#template_partner_id ⇒ Object
Returns the value of attribute template_partner_id.
-
#type ⇒ Object
Returns the value of attribute type.
-
#user_landing_page ⇒ Object
Returns the value of attribute user_landing_page.
-
#website ⇒ Object
Returns the value of attribute website.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#additional_params ⇒ Object
Returns the value of attribute additional_params.
4887 4888 4889 |
# File 'lib/kaltura_client.rb', line 4887 def additional_params @additional_params end |
#admin_email ⇒ Object
Returns the value of attribute admin_email.
4851 4852 4853 |
# File 'lib/kaltura_client.rb', line 4851 def admin_email @admin_email end |
#admin_login_users_quota ⇒ Object
Returns the value of attribute admin_login_users_quota.
4873 4874 4875 |
# File 'lib/kaltura_client.rb', line 4873 def admin_login_users_quota @admin_login_users_quota end |
#admin_name ⇒ Object
deprecated - lastName and firstName replaces this field
4850 4851 4852 |
# File 'lib/kaltura_client.rb', line 4850 def admin_name @admin_name end |
#admin_secret ⇒ Object
Returns the value of attribute admin_secret.
4870 4871 4872 |
# File 'lib/kaltura_client.rb', line 4870 def admin_secret @admin_secret end |
#admin_user_id ⇒ Object
Returns the value of attribute admin_user_id.
4874 4875 4876 |
# File 'lib/kaltura_client.rb', line 4874 def admin_user_id @admin_user_id end |
#adult_content ⇒ Object
Returns the value of attribute adult_content.
4860 4861 4862 |
# File 'lib/kaltura_client.rb', line 4860 def adult_content @adult_content end |
#allow_multi_notification ⇒ Object
Returns the value of attribute allow_multi_notification.
4872 4873 4874 |
# File 'lib/kaltura_client.rb', line 4872 def allow_multi_notification @allow_multi_notification end |
#allow_quick_edit ⇒ Object
Returns the value of attribute allow_quick_edit.
4864 4865 4866 |
# File 'lib/kaltura_client.rb', line 4864 def allow_quick_edit @allow_quick_edit end |
#appear_in_search ⇒ Object
Returns the value of attribute appear_in_search.
4846 4847 4848 |
# File 'lib/kaltura_client.rb', line 4846 def appear_in_search @appear_in_search end |
#cdn_host ⇒ Object
Returns the value of attribute cdn_host.
4898 4899 4900 |
# File 'lib/kaltura_client.rb', line 4898 def cdn_host @cdn_host end |
#cms_password ⇒ Object
Returns the value of attribute cms_password.
4871 4872 4873 |
# File 'lib/kaltura_client.rb', line 4871 def cms_password @cms_password end |
#commercial_use ⇒ Object
Returns the value of attribute commercial_use.
4853 4854 4855 |
# File 'lib/kaltura_client.rb', line 4853 def commercial_use @commercial_use end |
#content_categories ⇒ Object
Returns the value of attribute content_categories.
4856 4857 4858 |
# File 'lib/kaltura_client.rb', line 4856 def content_categories @content_categories end |
#country ⇒ Object
country code (2char) - this field is optional
4883 4884 4885 |
# File 'lib/kaltura_client.rb', line 4883 def country @country end |
#created_at ⇒ Object
Returns the value of attribute created_at.
4847 4848 4849 |
# File 'lib/kaltura_client.rb', line 4847 def created_at @created_at end |
#def_conversion_profile_type ⇒ Object
Returns the value of attribute def_conversion_profile_type.
4861 4862 4863 |
# File 'lib/kaltura_client.rb', line 4861 def def_conversion_profile_type @def_conversion_profile_type end |
#default_delivery_type ⇒ Object
Returns the value of attribute default_delivery_type.
4891 4892 4893 |
# File 'lib/kaltura_client.rb', line 4891 def default_delivery_type @default_delivery_type end |
#default_embed_code_type ⇒ Object
Returns the value of attribute default_embed_code_type.
4892 4893 4894 |
# File 'lib/kaltura_client.rb', line 4892 def @default_embed_code_type end |
#default_entitlement_enforcement ⇒ Object
Returns the value of attribute default_entitlement_enforcement.
4890 4891 4892 |
# File 'lib/kaltura_client.rb', line 4890 def default_entitlement_enforcement @default_entitlement_enforcement end |
#delivery_types ⇒ Object
Returns the value of attribute delivery_types.
4893 4894 4895 |
# File 'lib/kaltura_client.rb', line 4893 def delivery_types @delivery_types end |
#describe_yourself ⇒ Object
Returns the value of attribute describe_yourself.
4859 4860 4861 |
# File 'lib/kaltura_client.rb', line 4859 def describe_yourself @describe_yourself end |
#description ⇒ Object
Returns the value of attribute description.
4852 4853 4854 |
# File 'lib/kaltura_client.rb', line 4852 def description @description end |
#embed_code_types ⇒ Object
Returns the value of attribute embed_code_types.
4894 4895 4896 |
# File 'lib/kaltura_client.rb', line 4894 def @embed_code_types end |
#first_name ⇒ Object
firstName and lastName replace the old (deprecated) adminName
4877 4878 4879 |
# File 'lib/kaltura_client.rb', line 4877 def first_name @first_name end |
#host ⇒ Object
Returns the value of attribute host.
4897 4898 4899 |
# File 'lib/kaltura_client.rb', line 4897 def host @host end |
#id ⇒ Object
Returns the value of attribute id.
4842 4843 4844 |
# File 'lib/kaltura_client.rb', line 4842 def id @id end |
#ignore_seo_links ⇒ Object
Returns the value of attribute ignore_seo_links.
4896 4897 4898 |
# File 'lib/kaltura_client.rb', line 4896 def ignore_seo_links @ignore_seo_links end |
#is_first_login ⇒ Object
Returns the value of attribute is_first_login.
4900 4901 4902 |
# File 'lib/kaltura_client.rb', line 4900 def is_first_login @is_first_login end |
#landing_page ⇒ Object
Returns the value of attribute landing_page.
4854 4855 4856 |
# File 'lib/kaltura_client.rb', line 4854 def landing_page @landing_page end |
#last_name ⇒ Object
lastName and firstName replace the old (deprecated) adminName
4880 4881 4882 |
# File 'lib/kaltura_client.rb', line 4880 def last_name @last_name end |
#logout_url ⇒ Object
Returns the value of attribute logout_url.
4901 4902 4903 |
# File 'lib/kaltura_client.rb', line 4901 def logout_url @logout_url end |
#max_upload_size ⇒ Object
Returns the value of attribute max_upload_size.
4867 4868 4869 |
# File 'lib/kaltura_client.rb', line 4867 def max_upload_size @max_upload_size end |
#merge_entry_lists ⇒ Object
Returns the value of attribute merge_entry_lists.
4865 4866 4867 |
# File 'lib/kaltura_client.rb', line 4865 def merge_entry_lists @merge_entry_lists end |
#name ⇒ Object
Returns the value of attribute name.
4843 4844 4845 |
# File 'lib/kaltura_client.rb', line 4843 def name @name end |
#notification_url ⇒ Object
Returns the value of attribute notification_url.
4845 4846 4847 |
# File 'lib/kaltura_client.rb', line 4845 def notification_url @notification_url end |
#notifications_config ⇒ Object
Returns the value of attribute notifications_config.
4866 4867 4868 |
# File 'lib/kaltura_client.rb', line 4866 def notifications_config @notifications_config end |
#notify ⇒ Object
Returns the value of attribute notify.
4862 4863 4864 |
# File 'lib/kaltura_client.rb', line 4862 def notify @notify end |
#partner_group_type ⇒ Object
Returns the value of attribute partner_group_type.
4889 4890 4891 |
# File 'lib/kaltura_client.rb', line 4889 def partner_group_type @partner_group_type end |
#partner_package ⇒ Object
Returns the value of attribute partner_package.
4868 4869 4870 |
# File 'lib/kaltura_client.rb', line 4868 def partner_package @partner_package end |
#partner_parent_id ⇒ Object
Returns the value of attribute partner_parent_id.
4902 4903 4904 |
# File 'lib/kaltura_client.rb', line 4902 def partner_parent_id @partner_parent_id end |
#phone ⇒ Object
Returns the value of attribute phone.
4858 4859 4860 |
# File 'lib/kaltura_client.rb', line 4858 def phone @phone end |
#publishers_quota ⇒ Object
Returns the value of attribute publishers_quota.
4888 4889 4890 |
# File 'lib/kaltura_client.rb', line 4888 def publishers_quota @publishers_quota end |
#rtmp_url ⇒ Object
Returns the value of attribute rtmp_url.
4899 4900 4901 |
# File 'lib/kaltura_client.rb', line 4899 def rtmp_url @rtmp_url end |
#secret ⇒ Object
Returns the value of attribute secret.
4869 4870 4871 |
# File 'lib/kaltura_client.rb', line 4869 def secret @secret end |
#state ⇒ Object
state code (2char) - this field is optional
4886 4887 4888 |
# File 'lib/kaltura_client.rb', line 4886 def state @state end |
#status ⇒ Object
Returns the value of attribute status.
4863 4864 4865 |
# File 'lib/kaltura_client.rb', line 4863 def status @status end |
#template_partner_id ⇒ Object
Returns the value of attribute template_partner_id.
4895 4896 4897 |
# File 'lib/kaltura_client.rb', line 4895 def template_partner_id @template_partner_id end |
#type ⇒ Object
Returns the value of attribute type.
4857 4858 4859 |
# File 'lib/kaltura_client.rb', line 4857 def type @type end |
#user_landing_page ⇒ Object
Returns the value of attribute user_landing_page.
4855 4856 4857 |
# File 'lib/kaltura_client.rb', line 4855 def user_landing_page @user_landing_page end |
#website ⇒ Object
Returns the value of attribute website.
4844 4845 4846 |
# File 'lib/kaltura_client.rb', line 4844 def website @website end |