Class: Kaltura::CEError
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::CEError
- Defined in:
- lib/kaltura/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 ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#browser ⇒ Object
Returns the value of attribute browser.
903 904 905 |
# File 'lib/kaltura/kaltura_client.rb', line 903 def browser @browser end |
#ce_admin_email ⇒ Object
Returns the value of attribute ce_admin_email.
907 908 909 |
# File 'lib/kaltura/kaltura_client.rb', line 907 def ce_admin_email @ce_admin_email end |
#data ⇒ Object
Returns the value of attribute data.
910 911 912 |
# File 'lib/kaltura/kaltura_client.rb', line 910 def data @data end |
#description ⇒ Object
Returns the value of attribute description.
909 910 911 |
# File 'lib/kaltura/kaltura_client.rb', line 909 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
901 902 903 |
# File 'lib/kaltura/kaltura_client.rb', line 901 def id @id end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
902 903 904 |
# File 'lib/kaltura/kaltura_client.rb', line 902 def partner_id @partner_id end |
#php_version ⇒ Object
Returns the value of attribute php_version.
906 907 908 |
# File 'lib/kaltura/kaltura_client.rb', line 906 def php_version @php_version end |
#server_ip ⇒ Object
Returns the value of attribute server_ip.
904 905 906 |
# File 'lib/kaltura/kaltura_client.rb', line 904 def server_ip @server_ip end |
#server_os ⇒ Object
Returns the value of attribute server_os.
905 906 907 |
# File 'lib/kaltura/kaltura_client.rb', line 905 def server_os @server_os end |
#type ⇒ Object
Returns the value of attribute type.
908 909 910 |
# File 'lib/kaltura/kaltura_client.rb', line 908 def type @type end |