Class: Enlight::Requests::GetSsoRedirectUrl
- Defined in:
- lib/enlight/requests/get_sso_redirect_url.rb
Instance Attribute Summary collapse
-
#destination_url ⇒ Object
Returns the value of attribute destination_url.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Attributes inherited from Request
Method Summary
Methods inherited from Request
#build_uri, #fetch, #initialize, #resource
Constructor Details
This class inherits a constructor from Enlight::Requests::Request
Instance Attribute Details
#destination_url ⇒ Object
Returns the value of attribute destination_url.
5 6 7 |
# File 'lib/enlight/requests/get_sso_redirect_url.rb', line 5 def destination_url @destination_url end |
#user_id ⇒ Object
Returns the value of attribute user_id.
4 5 6 |
# File 'lib/enlight/requests/get_sso_redirect_url.rb', line 4 def user_id @user_id end |