Class: Kaltura::KalturaUrlTokenizerBitGravity

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

Instance Attribute Summary collapse

Attributes inherited from KalturaUrlTokenizer

#key, #window

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#hash_pattern_regexObject

hashPatternRegex



10404
10405
10406
# File 'lib/kaltura_types.rb', line 10404

def hash_pattern_regex
  @hash_pattern_regex
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



10407
10408
10409
10410
# File 'lib/kaltura_types.rb', line 10407

def from_xml(xml_element)
	super
	self.hash_pattern_regex = xml_element.elements['hashPatternRegex'].text
end