Class: OneLogin::Api::Models::SAMLEndpointResponse
- Inherits:
-
Object
- Object
- OneLogin::Api::Models::SAMLEndpointResponse
- Defined in:
- lib/onelogin/api/models/saml_endpoint_response.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#mfa ⇒ Object
Returns the value of attribute mfa.
-
#saml_response ⇒ Object
Returns the value of attribute saml_response.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(status_type, status_message) ⇒ SAMLEndpointResponse
constructor
A new instance of SAMLEndpointResponse.
Constructor Details
#initialize(status_type, status_message) ⇒ SAMLEndpointResponse
Returns a new instance of SAMLEndpointResponse.
9 10 11 12 13 14 |
# File 'lib/onelogin/api/models/saml_endpoint_response.rb', line 9 def initialize(status_type, ) @type = status_type @message = @saml_response = nil @mfa = nil end |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
7 8 9 |
# File 'lib/onelogin/api/models/saml_endpoint_response.rb', line 7 def @message end |
#mfa ⇒ Object
Returns the value of attribute mfa.
7 8 9 |
# File 'lib/onelogin/api/models/saml_endpoint_response.rb', line 7 def mfa @mfa end |
#saml_response ⇒ Object
Returns the value of attribute saml_response.
7 8 9 |
# File 'lib/onelogin/api/models/saml_endpoint_response.rb', line 7 def saml_response @saml_response end |
#type ⇒ Object
Returns the value of attribute type.
7 8 9 |
# File 'lib/onelogin/api/models/saml_endpoint_response.rb', line 7 def type @type end |