Class: SearchRolesResponse
- Inherits:
-
Object
- Object
- SearchRolesResponse
- Defined in:
- lib/crowd/soap/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.
1347 1348 1349 |
# File 'lib/crowd/soap/default.rb', line 1347 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
1345 1346 1347 |
# File 'lib/crowd/soap/default.rb', line 1345 def out @out end |