Class: Kaltura::ConversionProfile
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::ConversionProfile
- Defined in:
- lib/kaltura/kaltura_client.rb
Instance Attribute Summary collapse
-
#clip_duration ⇒ Object
Returns the value of attribute clip_duration.
-
#clip_start ⇒ Object
Returns the value of attribute clip_start.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#crop_dimensions ⇒ Object
Returns the value of attribute crop_dimensions.
-
#description ⇒ Object
Returns the value of attribute description.
-
#flavor_params_ids ⇒ Object
Returns the value of attribute flavor_params_ids.
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_default ⇒ Object
Returns the value of attribute is_default.
-
#name ⇒ Object
Returns the value of attribute name.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#clip_duration ⇒ Object
Returns the value of attribute clip_duration.
342 343 344 |
# File 'lib/kaltura/kaltura_client.rb', line 342 def clip_duration @clip_duration end |
#clip_start ⇒ Object
Returns the value of attribute clip_start.
341 342 343 |
# File 'lib/kaltura/kaltura_client.rb', line 341 def clip_start @clip_start end |
#created_at ⇒ Object
Returns the value of attribute created_at.
337 338 339 |
# File 'lib/kaltura/kaltura_client.rb', line 337 def created_at @created_at end |
#crop_dimensions ⇒ Object
Returns the value of attribute crop_dimensions.
340 341 342 |
# File 'lib/kaltura/kaltura_client.rb', line 340 def crop_dimensions @crop_dimensions end |
#description ⇒ Object
Returns the value of attribute description.
336 337 338 |
# File 'lib/kaltura/kaltura_client.rb', line 336 def description @description end |
#flavor_params_ids ⇒ Object
Returns the value of attribute flavor_params_ids.
338 339 340 |
# File 'lib/kaltura/kaltura_client.rb', line 338 def flavor_params_ids @flavor_params_ids end |
#id ⇒ Object
Returns the value of attribute id.
333 334 335 |
# File 'lib/kaltura/kaltura_client.rb', line 333 def id @id end |
#is_default ⇒ Object
Returns the value of attribute is_default.
339 340 341 |
# File 'lib/kaltura/kaltura_client.rb', line 339 def is_default @is_default end |
#name ⇒ Object
Returns the value of attribute name.
335 336 337 |
# File 'lib/kaltura/kaltura_client.rb', line 335 def name @name end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
334 335 336 |
# File 'lib/kaltura/kaltura_client.rb', line 334 def partner_id @partner_id end |