Class: Kaltura::KalturaKShow
- Inherits:
-
Object
- Object
- Kaltura::KalturaKShow
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#allowQuickEdit ⇒ Object
Returns the value of attribute allowQuickEdit.
-
#description ⇒ Object
Returns the value of attribute description.
-
#groupId ⇒ Object
Returns the value of attribute groupId.
-
#indexedCustomData3 ⇒ Object
Returns the value of attribute indexedCustomData3.
-
#name ⇒ Object
Returns the value of attribute name.
-
#partnerData ⇒ Object
Returns the value of attribute partnerData.
-
#permissions ⇒ Object
Returns the value of attribute permissions.
-
#tags ⇒ Object
Returns the value of attribute tags.
Instance Attribute Details
#allowQuickEdit ⇒ Object
Returns the value of attribute allowQuickEdit.
78 79 80 |
# File 'lib/kaltura_client.rb', line 78 def allowQuickEdit @allowQuickEdit end |
#description ⇒ Object
Returns the value of attribute description.
72 73 74 |
# File 'lib/kaltura_client.rb', line 72 def description @description end |
#groupId ⇒ Object
Returns the value of attribute groupId.
75 76 77 |
# File 'lib/kaltura_client.rb', line 75 def groupId @groupId end |
#indexedCustomData3 ⇒ Object
Returns the value of attribute indexedCustomData3.
74 75 76 |
# File 'lib/kaltura_client.rb', line 74 def indexedCustomData3 @indexedCustomData3 end |
#name ⇒ Object
Returns the value of attribute name.
71 72 73 |
# File 'lib/kaltura_client.rb', line 71 def name @name end |
#partnerData ⇒ Object
Returns the value of attribute partnerData.
77 78 79 |
# File 'lib/kaltura_client.rb', line 77 def partnerData @partnerData end |
#permissions ⇒ Object
Returns the value of attribute permissions.
76 77 78 |
# File 'lib/kaltura_client.rb', line 76 def @permissions end |
#tags ⇒ Object
Returns the value of attribute tags.
73 74 75 |
# File 'lib/kaltura_client.rb', line 73 def @tags end |