Class: Kaltura::SearchAuthData
- Inherits:
-
ObjectBase
- Object
- ObjectBase
- Kaltura::SearchAuthData
- Defined in:
- lib/kaltura/kaltura_client.rb
Instance Attribute Summary collapse
-
#auth_data ⇒ Object
Returns the value of attribute auth_data.
-
#login_url ⇒ Object
Returns the value of attribute login_url.
-
#message ⇒ Object
Returns the value of attribute message.
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#auth_data ⇒ Object
Returns the value of attribute auth_data.
814 815 816 |
# File 'lib/kaltura/kaltura_client.rb', line 814 def auth_data @auth_data end |
#login_url ⇒ Object
Returns the value of attribute login_url.
815 816 817 |
# File 'lib/kaltura/kaltura_client.rb', line 815 def login_url @login_url end |
#message ⇒ Object
Returns the value of attribute message.
816 817 818 |
# File 'lib/kaltura/kaltura_client.rb', line 816 def @message end |