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.
857 858 859 |
# File 'lib/kaltura/kaltura_client.rb', line 857 def auth_data @auth_data end |
#login_url ⇒ Object
Returns the value of attribute login_url.
858 859 860 |
# File 'lib/kaltura/kaltura_client.rb', line 858 def login_url @login_url end |
#message ⇒ Object
Returns the value of attribute message.
859 860 861 |
# File 'lib/kaltura/kaltura_client.rb', line 859 def @message end |