Class: Kaltura::KalturaIntegerField

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

Overview

An int representation to return evaluated dynamic value

Direct Known Subclasses

KalturaTimeContextField

Instance Attribute Summary

Attributes inherited from KalturaIntegerValue

#value

Attributes inherited from KalturaValue

#description

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Method Details

#from_xml(xml_element) ⇒ Object



16598
16599
16600
# File 'lib/kaltura_types.rb', line 16598

def from_xml(xml_element)
	super
end