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.



9945
9946
9947
# File 'lib/kaltura_types.rb', line 9945

def conf_file
  @conf_file
end

#conf_file_featuresObject

Returns the value of attribute conf_file_features.



9946
9947
9948
# File 'lib/kaltura_types.rb', line 9946

def conf_file_features
  @conf_file_features
end

#conf_file_pathObject

Returns the value of attribute conf_file_path.



9944
9945
9946
# File 'lib/kaltura_types.rb', line 9944

def conf_file_path
  @conf_file_path
end

#conf_varsObject

Returns the value of attribute conf_vars.



9948
9949
9950
# File 'lib/kaltura_types.rb', line 9948

def conf_vars
  @conf_vars
end

#configObject

Returns the value of attribute config.



9947
9948
9949
# File 'lib/kaltura_types.rb', line 9947

def config
  @config
end

#created_atObject

Entry creation date as Unix timestamp (In seconds)



9953
9954
9955
# File 'lib/kaltura_types.rb', line 9953

def created_at
  @created_at
end

#creation_modeObject

Returns the value of attribute creation_mode.



9956
9957
9958
# File 'lib/kaltura_types.rb', line 9956

def creation_mode
  @creation_mode
end

#descriptionObject

Returns the value of attribute description.



9936
9937
9938
# File 'lib/kaltura_types.rb', line 9936

def description
  @description
end

#heightObject

Returns the value of attribute height.



9941
9942
9943
# File 'lib/kaltura_types.rb', line 9941

def height
  @height
end

#html5urlObject

Returns the value of attribute html5url.



9957
9958
9959
# File 'lib/kaltura_types.rb', line 9957

def html5url
  @html5url
end

#html_paramsObject

Returns the value of attribute html_params.



9942
9943
9944
# File 'lib/kaltura_types.rb', line 9942

def html_params
  @html_params
end

#idObject

Returns the value of attribute id.



9933
9934
9935
# File 'lib/kaltura_types.rb', line 9933

def id
  @id
end

#nameObject

Name of the uiConf, this is not a primary key



9935
9936
9937
# File 'lib/kaltura_types.rb', line 9935

def name
  @name
end

#obj_typeObject

Returns the value of attribute obj_type.



9938
9939
9940
# File 'lib/kaltura_types.rb', line 9938

def obj_type
  @obj_type
end

#obj_type_as_stringObject

Returns the value of attribute obj_type_as_string.



9939
9940
9941
# File 'lib/kaltura_types.rb', line 9939

def obj_type_as_string
  @obj_type_as_string
end

#partner_idObject

Returns the value of attribute partner_id.



9937
9938
9939
# File 'lib/kaltura_types.rb', line 9937

def partner_id
  @partner_id
end

#partner_tagsObject

Returns the value of attribute partner_tags.



9960
9961
9962
# File 'lib/kaltura_types.rb', line 9960

def partner_tags
  @partner_tags
end

#swf_urlObject

Returns the value of attribute swf_url.



9943
9944
9945
# File 'lib/kaltura_types.rb', line 9943

def swf_url
  @swf_url
end

#swf_url_versionObject

Returns the value of attribute swf_url_version.



9951
9952
9953
# File 'lib/kaltura_types.rb', line 9951

def swf_url_version
  @swf_url_version
end

#tagsObject

Returns the value of attribute tags.



9950
9951
9952
# File 'lib/kaltura_types.rb', line 9950

def tags
  @tags
end

#updated_atObject

Entry creation date as Unix timestamp (In seconds)



9955
9956
9957
# File 'lib/kaltura_types.rb', line 9955

def updated_at
  @updated_at
end

#use_cdnObject

Returns the value of attribute use_cdn.



9949
9950
9951
# File 'lib/kaltura_types.rb', line 9949

def use_cdn
  @use_cdn
end

#versionObject

UiConf version



9959
9960
9961
# File 'lib/kaltura_types.rb', line 9959

def version
  @version
end

#widthObject

Returns the value of attribute width.



9940
9941
9942
# File 'lib/kaltura_types.rb', line 9940

def width
  @width
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
# File 'lib/kaltura_types.rb', line 9990

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