Class: Kaltura::KalturaSystemPartnerConfiguration
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaSystemPartnerConfiguration
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#cdn_host ⇒ Object
Returns the value of attribute cdn_host.
-
#host ⇒ Object
Returns the value of attribute host.
-
#max_bulk_size ⇒ Object
Returns the value of attribute max_bulk_size.
-
#partner_package ⇒ Object
Returns the value of attribute partner_package.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#cdn_host ⇒ Object
Returns the value of attribute cdn_host.
2757 2758 2759 |
# File 'lib/kaltura_client.rb', line 2757 def cdn_host @cdn_host end |
#host ⇒ Object
Returns the value of attribute host.
2756 2757 2758 |
# File 'lib/kaltura_client.rb', line 2756 def host @host end |
#max_bulk_size ⇒ Object
Returns the value of attribute max_bulk_size.
2758 2759 2760 |
# File 'lib/kaltura_client.rb', line 2758 def max_bulk_size @max_bulk_size end |
#partner_package ⇒ Object
Returns the value of attribute partner_package.
2759 2760 2761 |
# File 'lib/kaltura_client.rb', line 2759 def partner_package @partner_package end |