Class: Kaltura::SystemPartnerConfiguration
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::SystemPartnerConfiguration
- Defined in:
- lib/kaltura/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 ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#cdn_host ⇒ Object
Returns the value of attribute cdn_host.
1257 1258 1259 |
# File 'lib/kaltura/kaltura_client.rb', line 1257 def cdn_host @cdn_host end |
#host ⇒ Object
Returns the value of attribute host.
1256 1257 1258 |
# File 'lib/kaltura/kaltura_client.rb', line 1256 def host @host end |
#max_bulk_size ⇒ Object
Returns the value of attribute max_bulk_size.
1258 1259 1260 |
# File 'lib/kaltura/kaltura_client.rb', line 1258 def max_bulk_size @max_bulk_size end |
#partner_package ⇒ Object
Returns the value of attribute partner_package.
1259 1260 1261 |
# File 'lib/kaltura/kaltura_client.rb', line 1259 def partner_package @partner_package end |