Class: SSORole
- Inherits:
-
Object
- Object
- SSORole
- Defined in:
- lib/bak_wsdl_classes.rb,
lib/sso_identity_manager_classes.rb
Overview
Constant Summary collapse
- @@schema_type =
"SSORole"
- @@schema_ns =
"http://josso.org/gateway/identity/service/ws/impl"
- @@schema_element =
[["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]]]
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = nil) ⇒ SSORole
constructor
A new instance of SSORole.
Constructor Details
#initialize(name = nil) ⇒ SSORole
Returns a new instance of SSORole.
70 71 72 |
# File 'lib/bak_wsdl_classes.rb', line 70 def initialize(name = nil) @name = name end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
68 69 70 |
# File 'lib/bak_wsdl_classes.rb', line 68 def name @name end |