Class: Kaltura::KalturaDrmProfile
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaDrmProfile
- Defined in:
- lib/kaltura_plugins/kaltura_drm_client_plugin.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#default_policy ⇒ Object
Returns the value of attribute default_policy.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#license_server_url ⇒ Object
Returns the value of attribute license_server_url.
-
#name ⇒ Object
Returns the value of attribute name.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#provider ⇒ Object
Returns the value of attribute provider.
-
#status ⇒ Object
Returns the value of attribute status.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at.
57 58 59 |
# File 'lib/kaltura_plugins/kaltura_drm_client_plugin.rb', line 57 def created_at @created_at end |
#default_policy ⇒ Object
Returns the value of attribute default_policy.
56 57 58 |
# File 'lib/kaltura_plugins/kaltura_drm_client_plugin.rb', line 56 def default_policy @default_policy end |
#description ⇒ Object
Returns the value of attribute description.
52 53 54 |
# File 'lib/kaltura_plugins/kaltura_drm_client_plugin.rb', line 52 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
49 50 51 |
# File 'lib/kaltura_plugins/kaltura_drm_client_plugin.rb', line 49 def id @id end |
#license_server_url ⇒ Object
Returns the value of attribute license_server_url.
55 56 57 |
# File 'lib/kaltura_plugins/kaltura_drm_client_plugin.rb', line 55 def license_server_url @license_server_url end |
#name ⇒ Object
Returns the value of attribute name.
51 52 53 |
# File 'lib/kaltura_plugins/kaltura_drm_client_plugin.rb', line 51 def name @name end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
50 51 52 |
# File 'lib/kaltura_plugins/kaltura_drm_client_plugin.rb', line 50 def partner_id @partner_id end |
#provider ⇒ Object
Returns the value of attribute provider.
53 54 55 |
# File 'lib/kaltura_plugins/kaltura_drm_client_plugin.rb', line 53 def provider @provider end |
#status ⇒ Object
Returns the value of attribute status.
54 55 56 |
# File 'lib/kaltura_plugins/kaltura_drm_client_plugin.rb', line 54 def status @status end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
58 59 60 |
# File 'lib/kaltura_plugins/kaltura_drm_client_plugin.rb', line 58 def updated_at @updated_at end |