Class: Kaltura::KalturaSearchAuthData
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaSearchAuthData
- Defined in:
- lib/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 KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#auth_data ⇒ Object
Returns the value of attribute auth_data.
2136 2137 2138 |
# File 'lib/kaltura_client.rb', line 2136 def auth_data @auth_data end |
#login_url ⇒ Object
Returns the value of attribute login_url.
2137 2138 2139 |
# File 'lib/kaltura_client.rb', line 2137 def login_url @login_url end |
#message ⇒ Object
Returns the value of attribute message.
2138 2139 2140 |
# File 'lib/kaltura_client.rb', line 2138 def @message end |