Class: SearchRolesResponse
- Inherits:
-
Object
- Object
- SearchRolesResponse
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServersearchRolesResponse
out - ArrayOfSOAPRole
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ SearchRolesResponse
constructor
A new instance of SearchRolesResponse.
Constructor Details
#initialize(out = nil) ⇒ SearchRolesResponse
Returns a new instance of SearchRolesResponse.
1142 1143 1144 |
# File 'lib/crowd/default.rb', line 1142 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
1140 1141 1142 |
# File 'lib/crowd/default.rb', line 1140 def out @out end |