Class: Kaltura::KalturaAccessControlServeRemoteEdgeServerAction
- Inherits:
-
KalturaRuleAction
- Object
- KalturaObjectBase
- KalturaRuleAction
- Kaltura::KalturaAccessControlServeRemoteEdgeServerAction
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#edge_server_ids ⇒ Object
Comma separated list of edge servers playBack should be done from.
Attributes inherited from KalturaRuleAction
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#edge_server_ids ⇒ Object
Comma separated list of edge servers playBack should be done from
6844 6845 6846 |
# File 'lib/kaltura_types.rb', line 6844 def edge_server_ids @edge_server_ids end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
6847 6848 6849 6850 |
# File 'lib/kaltura_types.rb', line 6847 def from_xml(xml_element) super self.edge_server_ids = xml_element.elements['edgeServerIds'].text end |