Class: Kaltura::KalturaHashCondition

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

Instance Attribute Summary collapse

Attributes inherited from KalturaCondition

#description, #not, #type

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_nameObject

hash name



8967
8968
8969
# File 'lib/kaltura_types.rb', line 8967

def hash_name
  @hash_name
end

#hash_secretObject

hash secret



8970
8971
8972
# File 'lib/kaltura_types.rb', line 8970

def hash_secret
  @hash_secret
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



8973
8974
8975
8976
8977
# File 'lib/kaltura_types.rb', line 8973

def from_xml(xml_element)
	super
	self.hash_name = xml_element.elements['hashName'].text
	self.hash_secret = xml_element.elements['hashSecret'].text
end