Class: Enlight::Responses::GetSsoRedirectUrl
- Defined in:
- lib/enlight/responses/get_sso_redirect_url.rb
Instance Attribute Summary collapse
-
#url ⇒ Object
Returns the value of attribute url.
Attributes inherited from Response
Method Summary
Methods inherited from Response
Constructor Details
This class inherits a constructor from Enlight::Responses::Response
Instance Attribute Details
#url ⇒ Object
Returns the value of attribute url.
4 5 6 |
# File 'lib/enlight/responses/get_sso_redirect_url.rb', line 4 def url @url end |