Class: Kaltura::KalturaConversionProfile
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaConversionProfile
- Defined in:
- lib/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 KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#clip_duration ⇒ Object
Returns the value of attribute clip_duration.
1469 1470 1471 |
# File 'lib/kaltura_client.rb', line 1469 def clip_duration @clip_duration end |
#clip_start ⇒ Object
Returns the value of attribute clip_start.
1468 1469 1470 |
# File 'lib/kaltura_client.rb', line 1468 def clip_start @clip_start end |
#created_at ⇒ Object
Returns the value of attribute created_at.
1464 1465 1466 |
# File 'lib/kaltura_client.rb', line 1464 def created_at @created_at end |
#crop_dimensions ⇒ Object
Returns the value of attribute crop_dimensions.
1467 1468 1469 |
# File 'lib/kaltura_client.rb', line 1467 def crop_dimensions @crop_dimensions end |
#description ⇒ Object
Returns the value of attribute description.
1463 1464 1465 |
# File 'lib/kaltura_client.rb', line 1463 def description @description end |
#flavor_params_ids ⇒ Object
Returns the value of attribute flavor_params_ids.
1465 1466 1467 |
# File 'lib/kaltura_client.rb', line 1465 def flavor_params_ids @flavor_params_ids end |
#id ⇒ Object
Returns the value of attribute id.
1460 1461 1462 |
# File 'lib/kaltura_client.rb', line 1460 def id @id end |
#is_default ⇒ Object
Returns the value of attribute is_default.
1466 1467 1468 |
# File 'lib/kaltura_client.rb', line 1466 def is_default @is_default end |
#name ⇒ Object
Returns the value of attribute name.
1462 1463 1464 |
# File 'lib/kaltura_client.rb', line 1462 def name @name end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
1461 1462 1463 |
# File 'lib/kaltura_client.rb', line 1461 def partner_id @partner_id end |