Class: SearchRolesResponse
- Inherits:
-
Object
- Object
- SearchRolesResponse
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServersearchRolesResponse
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.
945 946 947 |
# File 'lib/crowd/default.rb', line 945 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
943 944 945 |
# File 'lib/crowd/default.rb', line 943 def out @out end |