Class: Kaltura::KalturaApiActionPermissionItem
- Inherits:
-
KalturaPermissionItem
- Object
- KalturaObjectBase
- KalturaPermissionItem
- Kaltura::KalturaApiActionPermissionItem
- Defined in:
- lib/kaltura_types.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#service ⇒ Object
Returns the value of attribute service.
Attributes inherited from KalturaPermissionItem
#created_at, #id, #partner_id, #tags, #type, #updated_at
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action.
6878 6879 6880 |
# File 'lib/kaltura_types.rb', line 6878 def action @action end |
#service ⇒ Object
Returns the value of attribute service.
6877 6878 6879 |
# File 'lib/kaltura_types.rb', line 6877 def service @service end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
6881 6882 6883 6884 6885 |
# File 'lib/kaltura_types.rb', line 6881 def from_xml(xml_element) super self.service = xml_element.elements['service'].text self.action = xml_element.elements['action'].text end |