Class: Kaltura::EmailIngestionProfile
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::EmailIngestionProfile
- Defined in:
- lib/kaltura/kaltura_client.rb
Instance Attribute Summary collapse
-
#conversion_profile2id ⇒ Object
Returns the value of attribute conversion_profile2id.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#default_admin_tags ⇒ Object
Returns the value of attribute default_admin_tags.
-
#default_category ⇒ Object
Returns the value of attribute default_category.
-
#default_tags ⇒ Object
Returns the value of attribute default_tags.
-
#default_user_id ⇒ Object
Returns the value of attribute default_user_id.
-
#description ⇒ Object
Returns the value of attribute description.
-
#email_address ⇒ Object
Returns the value of attribute email_address.
-
#id ⇒ Object
Returns the value of attribute id.
-
#mailbox_id ⇒ Object
Returns the value of attribute mailbox_id.
-
#moderation_status ⇒ Object
Returns the value of attribute moderation_status.
-
#name ⇒ Object
Returns the value of attribute name.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#status ⇒ Object
Returns the value of attribute status.
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#conversion_profile2id ⇒ Object
Returns the value of attribute conversion_profile2id.
376 377 378 |
# File 'lib/kaltura/kaltura_client.rb', line 376 def conversion_profile2id @conversion_profile2id end |
#created_at ⇒ Object
Returns the value of attribute created_at.
379 380 381 |
# File 'lib/kaltura/kaltura_client.rb', line 379 def created_at @created_at end |
#default_admin_tags ⇒ Object
Returns the value of attribute default_admin_tags.
383 384 385 |
# File 'lib/kaltura/kaltura_client.rb', line 383 def @default_admin_tags end |
#default_category ⇒ Object
Returns the value of attribute default_category.
380 381 382 |
# File 'lib/kaltura/kaltura_client.rb', line 380 def default_category @default_category end |
#default_tags ⇒ Object
Returns the value of attribute default_tags.
382 383 384 |
# File 'lib/kaltura/kaltura_client.rb', line 382 def @default_tags end |
#default_user_id ⇒ Object
Returns the value of attribute default_user_id.
381 382 383 |
# File 'lib/kaltura/kaltura_client.rb', line 381 def default_user_id @default_user_id end |
#description ⇒ Object
Returns the value of attribute description.
372 373 374 |
# File 'lib/kaltura/kaltura_client.rb', line 372 def description @description end |
#email_address ⇒ Object
Returns the value of attribute email_address.
373 374 375 |
# File 'lib/kaltura/kaltura_client.rb', line 373 def email_address @email_address end |
#id ⇒ Object
Returns the value of attribute id.
370 371 372 |
# File 'lib/kaltura/kaltura_client.rb', line 370 def id @id end |
#mailbox_id ⇒ Object
Returns the value of attribute mailbox_id.
374 375 376 |
# File 'lib/kaltura/kaltura_client.rb', line 374 def mailbox_id @mailbox_id end |
#moderation_status ⇒ Object
Returns the value of attribute moderation_status.
377 378 379 |
# File 'lib/kaltura/kaltura_client.rb', line 377 def moderation_status @moderation_status end |
#name ⇒ Object
Returns the value of attribute name.
371 372 373 |
# File 'lib/kaltura/kaltura_client.rb', line 371 def name @name end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
375 376 377 |
# File 'lib/kaltura/kaltura_client.rb', line 375 def partner_id @partner_id end |
#status ⇒ Object
Returns the value of attribute status.
378 379 380 |
# File 'lib/kaltura/kaltura_client.rb', line 378 def status @status end |