Class: CGIParty::AuthenticateResponse
- Defined in:
- lib/cgi_party/authenticate_response.rb
Instance Attribute Summary
Attributes inherited from Response
Instance Method Summary collapse
Methods inherited from Response
#initialize, #method_missing, #respond_to_missing?
Constructor Details
This class inherits a constructor from CGIParty::Response
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class CGIParty::Response
Instance Method Details
#autostart_url(return_url) ⇒ Object
5 6 7 |
# File 'lib/cgi_party/authenticate_response.rb', line 5 def autostart_url(return_url) "bankid:///?autostarttoken=#{auto_start_token}&redirect=#{return_url}" end |