Class: KalturaApi::KalturaDrmProfile

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_plugins/kaltura_drm_client_plugin.rb

Direct Known Subclasses

KalturaWidevineProfile

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#created_atObject

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_policyObject

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

#descriptionObject

Returns the value of attribute description.



52
53
54
# File 'lib/kaltura_plugins/kaltura_drm_client_plugin.rb', line 52

def description
  @description
end

#idObject

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_urlObject

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

#nameObject

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_idObject

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

#providerObject

Returns the value of attribute provider.



53
54
55
# File 'lib/kaltura_plugins/kaltura_drm_client_plugin.rb', line 53

def provider
  @provider
end

#statusObject

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_atObject

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