Class: Kaltura::KalturaPartner
- Inherits:
-
Object
- Object
- Kaltura::KalturaPartner
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#adminEmail ⇒ Object
Returns the value of attribute adminEmail.
-
#adminName ⇒ Object
Returns the value of attribute adminName.
-
#allowMultiNotification ⇒ Object
Returns the value of attribute allowMultiNotification.
-
#appearInSearch ⇒ Object
Returns the value of attribute appearInSearch.
-
#commercialUse ⇒ Object
Returns the value of attribute commercialUse.
-
#contentCategories ⇒ Object
Returns the value of attribute contentCategories.
-
#description ⇒ Object
Returns the value of attribute description.
-
#landingPage ⇒ Object
Returns the value of attribute landingPage.
-
#name ⇒ Object
Returns the value of attribute name.
-
#notificationsConfig ⇒ Object
Returns the value of attribute notificationsConfig.
-
#notify ⇒ Object
Returns the value of attribute notify.
-
#type ⇒ Object
Returns the value of attribute type.
-
#url1 ⇒ Object
Returns the value of attribute url1.
-
#url2 ⇒ Object
Returns the value of attribute url2.
-
#userLandingPage ⇒ Object
Returns the value of attribute userLandingPage.
Instance Attribute Details
#adminEmail ⇒ Object
Returns the value of attribute adminEmail.
356 357 358 |
# File 'lib/kaltura_client.rb', line 356 def adminEmail @adminEmail end |
#adminName ⇒ Object
Returns the value of attribute adminName.
355 356 357 |
# File 'lib/kaltura_client.rb', line 355 def adminName @adminName end |
#allowMultiNotification ⇒ Object
Returns the value of attribute allowMultiNotification.
363 364 365 |
# File 'lib/kaltura_client.rb', line 363 def allowMultiNotification @allowMultiNotification end |
#appearInSearch ⇒ Object
Returns the value of attribute appearInSearch.
354 355 356 |
# File 'lib/kaltura_client.rb', line 354 def appearInSearch @appearInSearch end |
#commercialUse ⇒ Object
Returns the value of attribute commercialUse.
358 359 360 |
# File 'lib/kaltura_client.rb', line 358 def commercialUse @commercialUse end |
#contentCategories ⇒ Object
Returns the value of attribute contentCategories.
364 365 366 |
# File 'lib/kaltura_client.rb', line 364 def contentCategories @contentCategories end |
#description ⇒ Object
Returns the value of attribute description.
357 358 359 |
# File 'lib/kaltura_client.rb', line 357 def description @description end |
#landingPage ⇒ Object
Returns the value of attribute landingPage.
359 360 361 |
# File 'lib/kaltura_client.rb', line 359 def landingPage @landingPage end |
#name ⇒ Object
Returns the value of attribute name.
351 352 353 |
# File 'lib/kaltura_client.rb', line 351 def name @name end |
#notificationsConfig ⇒ Object
Returns the value of attribute notificationsConfig.
361 362 363 |
# File 'lib/kaltura_client.rb', line 361 def notificationsConfig @notificationsConfig end |
#notify ⇒ Object
Returns the value of attribute notify.
362 363 364 |
# File 'lib/kaltura_client.rb', line 362 def notify @notify end |
#type ⇒ Object
Returns the value of attribute type.
365 366 367 |
# File 'lib/kaltura_client.rb', line 365 def type @type end |
#url1 ⇒ Object
Returns the value of attribute url1.
352 353 354 |
# File 'lib/kaltura_client.rb', line 352 def url1 @url1 end |
#url2 ⇒ Object
Returns the value of attribute url2.
353 354 355 |
# File 'lib/kaltura_client.rb', line 353 def url2 @url2 end |
#userLandingPage ⇒ Object
Returns the value of attribute userLandingPage.
360 361 362 |
# File 'lib/kaltura_client.rb', line 360 def userLandingPage @userLandingPage end |