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.



9513
9514
9515
# File 'lib/kaltura_types.rb', line 9513

def conf_file
  @conf_file
end

#conf_file_featuresObject

Returns the value of attribute conf_file_features.



9514
9515
9516
# File 'lib/kaltura_types.rb', line 9514

def conf_file_features
  @conf_file_features
end

#conf_file_pathObject

Returns the value of attribute conf_file_path.



9512
9513
9514
# File 'lib/kaltura_types.rb', line 9512

def conf_file_path
  @conf_file_path
end

#conf_varsObject

Returns the value of attribute conf_vars.



9516
9517
9518
# File 'lib/kaltura_types.rb', line 9516

def conf_vars
  @conf_vars
end

#configObject

Returns the value of attribute config.



9515
9516
9517
# File 'lib/kaltura_types.rb', line 9515

def config
  @config
end

#created_atObject

Entry creation date as Unix timestamp (In seconds)



9521
9522
9523
# File 'lib/kaltura_types.rb', line 9521

def created_at
  @created_at
end

#creation_modeObject

Returns the value of attribute creation_mode.



9524
9525
9526
# File 'lib/kaltura_types.rb', line 9524

def creation_mode
  @creation_mode
end

#descriptionObject

Returns the value of attribute description.



9504
9505
9506
# File 'lib/kaltura_types.rb', line 9504

def description
  @description
end

#heightObject

Returns the value of attribute height.



9509
9510
9511
# File 'lib/kaltura_types.rb', line 9509

def height
  @height
end

#html5urlObject

Returns the value of attribute html5url.



9525
9526
9527
# File 'lib/kaltura_types.rb', line 9525

def html5url
  @html5url
end

#html_paramsObject

Returns the value of attribute html_params.



9510
9511
9512
# File 'lib/kaltura_types.rb', line 9510

def html_params
  @html_params
end

#idObject

Returns the value of attribute id.



9501
9502
9503
# File 'lib/kaltura_types.rb', line 9501

def id
  @id
end

#nameObject

Name of the uiConf, this is not a primary key



9503
9504
9505
# File 'lib/kaltura_types.rb', line 9503

def name
  @name
end

#obj_typeObject

Returns the value of attribute obj_type.



9506
9507
9508
# File 'lib/kaltura_types.rb', line 9506

def obj_type
  @obj_type
end

#obj_type_as_stringObject

Returns the value of attribute obj_type_as_string.



9507
9508
9509
# File 'lib/kaltura_types.rb', line 9507

def obj_type_as_string
  @obj_type_as_string
end

#partner_idObject

Returns the value of attribute partner_id.



9505
9506
9507
# File 'lib/kaltura_types.rb', line 9505

def partner_id
  @partner_id
end

#partner_tagsObject

Returns the value of attribute partner_tags.



9528
9529
9530
# File 'lib/kaltura_types.rb', line 9528

def partner_tags
  @partner_tags
end

#swf_urlObject

Returns the value of attribute swf_url.



9511
9512
9513
# File 'lib/kaltura_types.rb', line 9511

def swf_url
  @swf_url
end

#swf_url_versionObject

Returns the value of attribute swf_url_version.



9519
9520
9521
# File 'lib/kaltura_types.rb', line 9519

def swf_url_version
  @swf_url_version
end

#tagsObject

Returns the value of attribute tags.



9518
9519
9520
# File 'lib/kaltura_types.rb', line 9518

def tags
  @tags
end

#updated_atObject

Entry creation date as Unix timestamp (In seconds)



9523
9524
9525
# File 'lib/kaltura_types.rb', line 9523

def updated_at
  @updated_at
end

#use_cdnObject

Returns the value of attribute use_cdn.



9517
9518
9519
# File 'lib/kaltura_types.rb', line 9517

def use_cdn
  @use_cdn
end

#versionObject

UiConf version



9527
9528
9529
# File 'lib/kaltura_types.rb', line 9527

def version
  @version
end

#widthObject

Returns the value of attribute width.



9508
9509
9510
# File 'lib/kaltura_types.rb', line 9508

def width
  @width
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



9558
9559
9560
9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
9574
9575
9576
9577
9578
9579
9580
9581
9582
9583
9584
9585
9586
9587
9588
9589
9590
9591
9592
9593
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
# File 'lib/kaltura_types.rb', line 9558

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