Class: Kaltura::KalturaUiConf

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_types.rb

Direct Known Subclasses

KalturaUiConfAdmin

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#conf_fileObject

Returns the value of attribute conf_file.



10008
10009
10010
# File 'lib/kaltura_types.rb', line 10008

def conf_file
  @conf_file
end

#conf_file_featuresObject

Returns the value of attribute conf_file_features.



10009
10010
10011
# File 'lib/kaltura_types.rb', line 10009

def conf_file_features
  @conf_file_features
end

#conf_file_pathObject

Returns the value of attribute conf_file_path.



10007
10008
10009
# File 'lib/kaltura_types.rb', line 10007

def conf_file_path
  @conf_file_path
end

#conf_varsObject

Returns the value of attribute conf_vars.



10011
10012
10013
# File 'lib/kaltura_types.rb', line 10011

def conf_vars
  @conf_vars
end

#configObject

Returns the value of attribute config.



10010
10011
10012
# File 'lib/kaltura_types.rb', line 10010

def config
  @config
end

#created_atObject

Entry creation date as Unix timestamp (In seconds)



10016
10017
10018
# File 'lib/kaltura_types.rb', line 10016

def created_at
  @created_at
end

#creation_modeObject

Returns the value of attribute creation_mode.



10019
10020
10021
# File 'lib/kaltura_types.rb', line 10019

def creation_mode
  @creation_mode
end

#descriptionObject

Returns the value of attribute description.



9999
10000
10001
# File 'lib/kaltura_types.rb', line 9999

def description
  @description
end

#heightObject

Returns the value of attribute height.



10004
10005
10006
# File 'lib/kaltura_types.rb', line 10004

def height
  @height
end

#html5urlObject

Returns the value of attribute html5url.



10020
10021
10022
# File 'lib/kaltura_types.rb', line 10020

def html5url
  @html5url
end

#html_paramsObject

Returns the value of attribute html_params.



10005
10006
10007
# File 'lib/kaltura_types.rb', line 10005

def html_params
  @html_params
end

#idObject

Returns the value of attribute id.



9996
9997
9998
# File 'lib/kaltura_types.rb', line 9996

def id
  @id
end

#nameObject

Name of the uiConf, this is not a primary key



9998
9999
10000
# File 'lib/kaltura_types.rb', line 9998

def name
  @name
end

#obj_typeObject

Returns the value of attribute obj_type.



10001
10002
10003
# File 'lib/kaltura_types.rb', line 10001

def obj_type
  @obj_type
end

#obj_type_as_stringObject

Returns the value of attribute obj_type_as_string.



10002
10003
10004
# File 'lib/kaltura_types.rb', line 10002

def obj_type_as_string
  @obj_type_as_string
end

#partner_idObject

Returns the value of attribute partner_id.



10000
10001
10002
# File 'lib/kaltura_types.rb', line 10000

def partner_id
  @partner_id
end

#partner_tagsObject

Returns the value of attribute partner_tags.



10023
10024
10025
# File 'lib/kaltura_types.rb', line 10023

def partner_tags
  @partner_tags
end

#swf_urlObject

Returns the value of attribute swf_url.



10006
10007
10008
# File 'lib/kaltura_types.rb', line 10006

def swf_url
  @swf_url
end

#swf_url_versionObject

Returns the value of attribute swf_url_version.



10014
10015
10016
# File 'lib/kaltura_types.rb', line 10014

def swf_url_version
  @swf_url_version
end

#tagsObject

Returns the value of attribute tags.



10013
10014
10015
# File 'lib/kaltura_types.rb', line 10013

def tags
  @tags
end

#updated_atObject

Entry creation date as Unix timestamp (In seconds)



10018
10019
10020
# File 'lib/kaltura_types.rb', line 10018

def updated_at
  @updated_at
end

#use_cdnObject

Returns the value of attribute use_cdn.



10012
10013
10014
# File 'lib/kaltura_types.rb', line 10012

def use_cdn
  @use_cdn
end

#versionObject

UiConf version



10022
10023
10024
# File 'lib/kaltura_types.rb', line 10022

def version
  @version
end

#widthObject

Returns the value of attribute width.



10003
10004
10005
# File 'lib/kaltura_types.rb', line 10003

def width
  @width
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
10119
10120
10121
10122
10123
10124
10125
10126
10127
# File 'lib/kaltura_types.rb', line 10053

def from_xml(xml_element)
	super
	if xml_element.elements['id'] != nil
		self.id = xml_element.elements['id'].text
	end
	if xml_element.elements['name'] != nil
		self.name = xml_element.elements['name'].text
	end
	if xml_element.elements['description'] != nil
		self.description = xml_element.elements['description'].text
	end
	if xml_element.elements['partnerId'] != nil
		self.partner_id = xml_element.elements['partnerId'].text
	end
	if xml_element.elements['objType'] != nil
		self.obj_type = xml_element.elements['objType'].text
	end
	if xml_element.elements['objTypeAsString'] != nil
		self.obj_type_as_string = xml_element.elements['objTypeAsString'].text
	end
	if xml_element.elements['width'] != nil
		self.width = xml_element.elements['width'].text
	end
	if xml_element.elements['height'] != nil
		self.height = xml_element.elements['height'].text
	end
	if xml_element.elements['htmlParams'] != nil
		self.html_params = xml_element.elements['htmlParams'].text
	end
	if xml_element.elements['swfUrl'] != nil
		self.swf_url = xml_element.elements['swfUrl'].text
	end
	if xml_element.elements['confFilePath'] != nil
		self.conf_file_path = xml_element.elements['confFilePath'].text
	end
	if xml_element.elements['confFile'] != nil
		self.conf_file = xml_element.elements['confFile'].text
	end
	if xml_element.elements['confFileFeatures'] != nil
		self.conf_file_features = xml_element.elements['confFileFeatures'].text
	end
	if xml_element.elements['config'] != nil
		self.config = xml_element.elements['config'].text
	end
	if xml_element.elements['confVars'] != nil
		self.conf_vars = xml_element.elements['confVars'].text
	end
	if xml_element.elements['useCdn'] != nil
		self.use_cdn = xml_element.elements['useCdn'].text
	end
	if xml_element.elements['tags'] != nil
		self.tags = xml_element.elements['tags'].text
	end
	if xml_element.elements['swfUrlVersion'] != nil
		self.swf_url_version = xml_element.elements['swfUrlVersion'].text
	end
	if xml_element.elements['createdAt'] != nil
		self.created_at = xml_element.elements['createdAt'].text
	end
	if xml_element.elements['updatedAt'] != nil
		self.updated_at = xml_element.elements['updatedAt'].text
	end
	if xml_element.elements['creationMode'] != nil
		self.creation_mode = xml_element.elements['creationMode'].text
	end
	if xml_element.elements['html5Url'] != nil
		self.html5url = xml_element.elements['html5Url'].text
	end
	if xml_element.elements['version'] != nil
		self.version = xml_element.elements['version'].text
	end
	if xml_element.elements['partnerTags'] != nil
		self.partner_tags = xml_element.elements['partnerTags'].text
	end
end