Class: GetGrantedAuthoritiesResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/crowd/default.rb

Overview

urn:SecurityServergetGrantedAuthoritiesResponse

out - ArrayOfString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#outObject

Returns the value of attribute out.



495
496
497
# File 'lib/crowd/default.rb', line 495

def out
  @out
end