Class: Kaltura::KalturaDeliveryProfileHttp
- Inherits:
-
KalturaDeliveryProfile
- Object
- KalturaObjectBase
- KalturaDeliveryProfile
- Kaltura::KalturaDeliveryProfileHttp
- Defined in:
- lib/kaltura_types.rb
Direct Known Subclasses
KalturaDeliveryProfileAkamaiHttp, KalturaDeliveryProfileGenericHttp
Instance Attribute Summary collapse
-
#max_size ⇒ Object
Returns the value of attribute max_size.
Attributes inherited from KalturaDeliveryProfile
#created_at, #description, #extra_params, #host_name, #id, #is_default, #media_protocols, #name, #parent_id, #partner_id, #priority, #recognizer, #status, #streamer_type, #supplementary_assets_filter, #system_name, #tokenizer, #type, #updated_at, #url
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#max_size ⇒ Object
Returns the value of attribute max_size.
12920 12921 12922 |
# File 'lib/kaltura_types.rb', line 12920 def max_size @max_size end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
12926 12927 12928 12929 12930 12931 |
# File 'lib/kaltura_types.rb', line 12926 def from_xml(xml_element) super if xml_element.elements['maxSize'] != nil self.max_size = xml_element.elements['maxSize'].text end end |