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.
946 947 948 |
# File 'lib/kaltura/kaltura_client.rb', line 946 def browser @browser end |
#ce_admin_email ⇒ Object
Returns the value of attribute ce_admin_email.
950 951 952 |
# File 'lib/kaltura/kaltura_client.rb', line 950 def ce_admin_email @ce_admin_email end |
#data ⇒ Object
Returns the value of attribute data.
953 954 955 |
# File 'lib/kaltura/kaltura_client.rb', line 953 def data @data end |
#description ⇒ Object
Returns the value of attribute description.
952 953 954 |
# File 'lib/kaltura/kaltura_client.rb', line 952 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
944 945 946 |
# File 'lib/kaltura/kaltura_client.rb', line 944 def id @id end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
945 946 947 |
# File 'lib/kaltura/kaltura_client.rb', line 945 def partner_id @partner_id end |
#php_version ⇒ Object
Returns the value of attribute php_version.
949 950 951 |
# File 'lib/kaltura/kaltura_client.rb', line 949 def php_version @php_version end |
#server_ip ⇒ Object
Returns the value of attribute server_ip.
947 948 949 |
# File 'lib/kaltura/kaltura_client.rb', line 947 def server_ip @server_ip end |
#server_os ⇒ Object
Returns the value of attribute server_os.
948 949 950 |
# File 'lib/kaltura/kaltura_client.rb', line 948 def server_os @server_os end |
#type ⇒ Object
Returns the value of attribute type.
951 952 953 |
# File 'lib/kaltura/kaltura_client.rb', line 951 def type @type end |