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.
3021 3022 3023 |
# File 'lib/kaltura_client.rb', line 3021 def browser @browser end |
#ce_admin_email ⇒ Object
Returns the value of attribute ce_admin_email.
3025 3026 3027 |
# File 'lib/kaltura_client.rb', line 3025 def ce_admin_email @ce_admin_email end |
#data ⇒ Object
Returns the value of attribute data.
3028 3029 3030 |
# File 'lib/kaltura_client.rb', line 3028 def data @data end |
#description ⇒ Object
Returns the value of attribute description.
3027 3028 3029 |
# File 'lib/kaltura_client.rb', line 3027 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
3019 3020 3021 |
# File 'lib/kaltura_client.rb', line 3019 def id @id end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
3020 3021 3022 |
# File 'lib/kaltura_client.rb', line 3020 def partner_id @partner_id end |
#php_version ⇒ Object
Returns the value of attribute php_version.
3024 3025 3026 |
# File 'lib/kaltura_client.rb', line 3024 def php_version @php_version end |
#server_ip ⇒ Object
Returns the value of attribute server_ip.
3022 3023 3024 |
# File 'lib/kaltura_client.rb', line 3022 def server_ip @server_ip end |
#server_os ⇒ Object
Returns the value of attribute server_os.
3023 3024 3025 |
# File 'lib/kaltura_client.rb', line 3023 def server_os @server_os end |
#type ⇒ Object
Returns the value of attribute type.
3026 3027 3028 |
# File 'lib/kaltura_client.rb', line 3026 def type @type end |