Class: Kaltura::KalturaEmailIngestionProfile
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaEmailIngestionProfile
- Defined in:
- lib/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 KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#conversion_profile2id ⇒ Object
Returns the value of attribute conversion_profile2id.
1534 1535 1536 |
# File 'lib/kaltura_client.rb', line 1534 def conversion_profile2id @conversion_profile2id end |
#created_at ⇒ Object
Returns the value of attribute created_at.
1537 1538 1539 |
# File 'lib/kaltura_client.rb', line 1537 def created_at @created_at end |
#default_admin_tags ⇒ Object
Returns the value of attribute default_admin_tags.
1541 1542 1543 |
# File 'lib/kaltura_client.rb', line 1541 def @default_admin_tags end |
#default_category ⇒ Object
Returns the value of attribute default_category.
1538 1539 1540 |
# File 'lib/kaltura_client.rb', line 1538 def default_category @default_category end |
#default_tags ⇒ Object
Returns the value of attribute default_tags.
1540 1541 1542 |
# File 'lib/kaltura_client.rb', line 1540 def @default_tags end |
#default_user_id ⇒ Object
Returns the value of attribute default_user_id.
1539 1540 1541 |
# File 'lib/kaltura_client.rb', line 1539 def default_user_id @default_user_id end |
#description ⇒ Object
Returns the value of attribute description.
1530 1531 1532 |
# File 'lib/kaltura_client.rb', line 1530 def description @description end |
#email_address ⇒ Object
Returns the value of attribute email_address.
1531 1532 1533 |
# File 'lib/kaltura_client.rb', line 1531 def email_address @email_address end |
#id ⇒ Object
Returns the value of attribute id.
1528 1529 1530 |
# File 'lib/kaltura_client.rb', line 1528 def id @id end |
#mailbox_id ⇒ Object
Returns the value of attribute mailbox_id.
1532 1533 1534 |
# File 'lib/kaltura_client.rb', line 1532 def mailbox_id @mailbox_id end |
#moderation_status ⇒ Object
Returns the value of attribute moderation_status.
1535 1536 1537 |
# File 'lib/kaltura_client.rb', line 1535 def moderation_status @moderation_status end |
#name ⇒ Object
Returns the value of attribute name.
1529 1530 1531 |
# File 'lib/kaltura_client.rb', line 1529 def name @name end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
1533 1534 1535 |
# File 'lib/kaltura_client.rb', line 1533 def partner_id @partner_id end |
#status ⇒ Object
Returns the value of attribute status.
1536 1537 1538 |
# File 'lib/kaltura_client.rb', line 1536 def status @status end |