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.



9702
9703
9704
# File 'lib/kaltura_types.rb', line 9702

def conf_file
  @conf_file
end

#conf_file_featuresObject

Returns the value of attribute conf_file_features.



9703
9704
9705
# File 'lib/kaltura_types.rb', line 9703

def conf_file_features
  @conf_file_features
end

#conf_file_pathObject

Returns the value of attribute conf_file_path.



9701
9702
9703
# File 'lib/kaltura_types.rb', line 9701

def conf_file_path
  @conf_file_path
end

#conf_varsObject

Returns the value of attribute conf_vars.



9705
9706
9707
# File 'lib/kaltura_types.rb', line 9705

def conf_vars
  @conf_vars
end

#configObject

Returns the value of attribute config.



9704
9705
9706
# File 'lib/kaltura_types.rb', line 9704

def config
  @config
end

#created_atObject

Entry creation date as Unix timestamp (In seconds)



9710
9711
9712
# File 'lib/kaltura_types.rb', line 9710

def created_at
  @created_at
end

#creation_modeObject

Returns the value of attribute creation_mode.



9713
9714
9715
# File 'lib/kaltura_types.rb', line 9713

def creation_mode
  @creation_mode
end

#descriptionObject

Returns the value of attribute description.



9693
9694
9695
# File 'lib/kaltura_types.rb', line 9693

def description
  @description
end

#heightObject

Returns the value of attribute height.



9698
9699
9700
# File 'lib/kaltura_types.rb', line 9698

def height
  @height
end

#html5urlObject

Returns the value of attribute html5url.



9714
9715
9716
# File 'lib/kaltura_types.rb', line 9714

def html5url
  @html5url
end

#html_paramsObject

Returns the value of attribute html_params.



9699
9700
9701
# File 'lib/kaltura_types.rb', line 9699

def html_params
  @html_params
end

#idObject

Returns the value of attribute id.



9690
9691
9692
# File 'lib/kaltura_types.rb', line 9690

def id
  @id
end

#nameObject

Name of the uiConf, this is not a primary key



9692
9693
9694
# File 'lib/kaltura_types.rb', line 9692

def name
  @name
end

#obj_typeObject

Returns the value of attribute obj_type.



9695
9696
9697
# File 'lib/kaltura_types.rb', line 9695

def obj_type
  @obj_type
end

#obj_type_as_stringObject

Returns the value of attribute obj_type_as_string.



9696
9697
9698
# File 'lib/kaltura_types.rb', line 9696

def obj_type_as_string
  @obj_type_as_string
end

#partner_idObject

Returns the value of attribute partner_id.



9694
9695
9696
# File 'lib/kaltura_types.rb', line 9694

def partner_id
  @partner_id
end

#partner_tagsObject

Returns the value of attribute partner_tags.



9717
9718
9719
# File 'lib/kaltura_types.rb', line 9717

def partner_tags
  @partner_tags
end

#swf_urlObject

Returns the value of attribute swf_url.



9700
9701
9702
# File 'lib/kaltura_types.rb', line 9700

def swf_url
  @swf_url
end

#swf_url_versionObject

Returns the value of attribute swf_url_version.



9708
9709
9710
# File 'lib/kaltura_types.rb', line 9708

def swf_url_version
  @swf_url_version
end

#tagsObject

Returns the value of attribute tags.



9707
9708
9709
# File 'lib/kaltura_types.rb', line 9707

def tags
  @tags
end

#updated_atObject

Entry creation date as Unix timestamp (In seconds)



9712
9713
9714
# File 'lib/kaltura_types.rb', line 9712

def updated_at
  @updated_at
end

#use_cdnObject

Returns the value of attribute use_cdn.



9706
9707
9708
# File 'lib/kaltura_types.rb', line 9706

def use_cdn
  @use_cdn
end

#versionObject

UiConf version



9716
9717
9718
# File 'lib/kaltura_types.rb', line 9716

def version
  @version
end

#widthObject

Returns the value of attribute width.



9697
9698
9699
# File 'lib/kaltura_types.rb', line 9697

def width
  @width
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



9747
9748
9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
9764
9765
9766
9767
9768
9769
9770
9771
9772
9773
9774
9775
9776
9777
9778
9779
9780
9781
9782
9783
9784
9785
9786
9787
9788
9789
9790
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
9802
9803
9804
9805
9806
9807
9808
9809
9810
9811
9812
9813
9814
9815
9816
9817
9818
9819
9820
9821
# File 'lib/kaltura_types.rb', line 9747

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