Class: Kaltura::KalturaStringResource

Inherits:
KalturaContentResource show all
Defined in:
lib/kaltura_client.rb

Overview

Used to ingest string content.

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#contentObject

Textual content



8574
8575
8576
# File 'lib/kaltura_client.rb', line 8574

def content
  @content
end