Class: FindAllRoleNamesResponse
- Inherits:
-
Object
- Object
- FindAllRoleNamesResponse
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServerfindAllRoleNamesResponse
out - ArrayOfString
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ FindAllRoleNamesResponse
constructor
A new instance of FindAllRoleNamesResponse.
Constructor Details
#initialize(out = nil) ⇒ FindAllRoleNamesResponse
Returns a new instance of FindAllRoleNamesResponse.
853 854 855 |
# File 'lib/crowd/default.rb', line 853 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
851 852 853 |
# File 'lib/crowd/default.rb', line 851 def out @out end |