Class: CGIParty::AuthenticateRequest
- Defined in:
- lib/cgi_party/authenticate_request.rb
Instance Attribute Summary collapse
-
#display_name ⇒ Object
readonly
Returns the value of attribute display_name.
-
#provider ⇒ Object
readonly
Returns the value of attribute provider.
-
#service_id ⇒ Object
readonly
Returns the value of attribute service_id.
Instance Method Summary collapse
-
#initialize(savon_client, ip_address, options: {}) ⇒ AuthenticateRequest
constructor
A new instance of AuthenticateRequest.
Methods inherited from Request
Constructor Details
#initialize(savon_client, ip_address, options: {}) ⇒ AuthenticateRequest
Returns a new instance of AuthenticateRequest.
8 9 10 |
# File 'lib/cgi_party/authenticate_request.rb', line 8 def initialize(savon_client, ip_address, options: {}) super(savon_client, ip_address, ) end |
Instance Attribute Details
#display_name ⇒ Object (readonly)
Returns the value of attribute display_name.
6 7 8 |
# File 'lib/cgi_party/authenticate_request.rb', line 6 def display_name @display_name end |
#provider ⇒ Object (readonly)
Returns the value of attribute provider.
6 7 8 |
# File 'lib/cgi_party/authenticate_request.rb', line 6 def provider @provider end |
#service_id ⇒ Object (readonly)
Returns the value of attribute service_id.
6 7 8 |
# File 'lib/cgi_party/authenticate_request.rb', line 6 def service_id @service_id end |