Class: Kaltura::KalturaAccessControlLimitDeliveryProfilesAction

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

Instance Attribute Summary collapse

Attributes inherited from KalturaRuleAction

#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

#delivery_profile_idsObject

Comma separated list of delivery profile ids



6755
6756
6757
# File 'lib/kaltura_types.rb', line 6755

def delivery_profile_ids
  @delivery_profile_ids
end

#is_blocked_listObject

Returns the value of attribute is_blocked_list.



6756
6757
6758
# File 'lib/kaltura_types.rb', line 6756

def is_blocked_list
  @is_blocked_list
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



6762
6763
6764
6765
6766
# File 'lib/kaltura_types.rb', line 6762

def from_xml(xml_element)
  super
  self.delivery_profile_ids = xml_element.elements['deliveryProfileIds'].text
  self.is_blocked_list = xml_element.elements['isBlockedList'].text
end