Class: Kaltura::SystemPartnerPackage
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::SystemPartnerPackage
- Defined in:
- lib/kaltura/kaltura_client.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
1270 1271 1272 |
# File 'lib/kaltura/kaltura_client.rb', line 1270 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
1271 1272 1273 |
# File 'lib/kaltura/kaltura_client.rb', line 1271 def name @name end |