Class: GetGrantedAuthoritiesResponse
- Inherits:
-
Object
- Object
- GetGrantedAuthoritiesResponse
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServergetGrantedAuthoritiesResponse
out - ArrayOfString
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetGrantedAuthoritiesResponse
constructor
A new instance of GetGrantedAuthoritiesResponse.
Constructor Details
#initialize(out = nil) ⇒ GetGrantedAuthoritiesResponse
Returns a new instance of GetGrantedAuthoritiesResponse.
497 498 499 |
# File 'lib/crowd/default.rb', line 497 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
495 496 497 |
# File 'lib/crowd/default.rb', line 495 def out @out end |