Class: Kaltura::KalturaCEError
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaCEError
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#browser ⇒ Object
Returns the value of attribute browser.
-
#ce_admin_email ⇒ Object
Returns the value of attribute ce_admin_email.
-
#data ⇒ Object
Returns the value of attribute data.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#php_version ⇒ Object
Returns the value of attribute php_version.
-
#server_ip ⇒ Object
Returns the value of attribute server_ip.
-
#server_os ⇒ Object
Returns the value of attribute server_os.
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#browser ⇒ Object
Returns the value of attribute browser.
2235 2236 2237 |
# File 'lib/kaltura_client.rb', line 2235 def browser @browser end |
#ce_admin_email ⇒ Object
Returns the value of attribute ce_admin_email.
2239 2240 2241 |
# File 'lib/kaltura_client.rb', line 2239 def ce_admin_email @ce_admin_email end |
#data ⇒ Object
Returns the value of attribute data.
2242 2243 2244 |
# File 'lib/kaltura_client.rb', line 2242 def data @data end |
#description ⇒ Object
Returns the value of attribute description.
2241 2242 2243 |
# File 'lib/kaltura_client.rb', line 2241 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
2233 2234 2235 |
# File 'lib/kaltura_client.rb', line 2233 def id @id end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
2234 2235 2236 |
# File 'lib/kaltura_client.rb', line 2234 def partner_id @partner_id end |
#php_version ⇒ Object
Returns the value of attribute php_version.
2238 2239 2240 |
# File 'lib/kaltura_client.rb', line 2238 def php_version @php_version end |
#server_ip ⇒ Object
Returns the value of attribute server_ip.
2236 2237 2238 |
# File 'lib/kaltura_client.rb', line 2236 def server_ip @server_ip end |
#server_os ⇒ Object
Returns the value of attribute server_os.
2237 2238 2239 |
# File 'lib/kaltura_client.rb', line 2237 def server_os @server_os end |
#type ⇒ Object
Returns the value of attribute type.
2240 2241 2242 |
# File 'lib/kaltura_client.rb', line 2240 def type @type end |