Class: ONEAccess::DataObject::SAMLInfo

Inherits:
Object
  • Object
show all
Extended by:
Serializable
Defined in:
lib/oneaccess/data_object/saml_info.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Serializable

from_json, represented_by

Instance Attribute Details

#saml_responseObject

Returns the value of attribute saml_response.



12
13
14
# File 'lib/oneaccess/data_object/saml_info.rb', line 12

def saml_response
  @saml_response
end

#sso_login_urlObject

Returns the value of attribute sso_login_url.



13
14
15
# File 'lib/oneaccess/data_object/saml_info.rb', line 13

def 
  @sso_login_url
end

#use_iframeObject Also known as: use_iframe?

Returns the value of attribute use_iframe.



14
15
16
# File 'lib/oneaccess/data_object/saml_info.rb', line 14

def use_iframe
  @use_iframe
end