Class: Kaltura::KalturaUrlTokenizerVelocix
- Inherits:
-
KalturaUrlTokenizer
- Object
- KalturaObjectBase
- KalturaUrlTokenizer
- Kaltura::KalturaUrlTokenizerVelocix
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#auth_prefix ⇒ Object
secure URL prefix.
-
#hds_paths ⇒ Object
hdsPaths.
-
#param_name ⇒ Object
tokenParamName.
Attributes inherited from KalturaUrlTokenizer
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#auth_prefix ⇒ Object
secure URL prefix
10471 10472 10473 |
# File 'lib/kaltura_types.rb', line 10471 def auth_prefix @auth_prefix end |
#hds_paths ⇒ Object
hdsPaths
10465 10466 10467 |
# File 'lib/kaltura_types.rb', line 10465 def hds_paths @hds_paths end |
#param_name ⇒ Object
tokenParamName
10468 10469 10470 |
# File 'lib/kaltura_types.rb', line 10468 def param_name @param_name end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
10474 10475 10476 10477 10478 10479 |
# File 'lib/kaltura_types.rb', line 10474 def from_xml(xml_element) super self.hds_paths = xml_element.elements['hdsPaths'].text self.param_name = xml_element.elements['paramName'].text self.auth_prefix = xml_element.elements['authPrefix'].text end |