Class: Kaltura::KalturaSystemPartnerPackage
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaSystemPartnerPackage
- Defined in:
- lib/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 KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
2770 2771 2772 |
# File 'lib/kaltura_client.rb', line 2770 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
2771 2772 2773 |
# File 'lib/kaltura_client.rb', line 2771 def name @name end |