Class: FindAllRoleNamesResponse

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

Overview

urn:SecurityServerfindAllRoleNamesResponse

out - ArrayOfString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ FindAllRoleNamesResponse

Returns a new instance of FindAllRoleNamesResponse.



971
972
973
# File 'lib/crowd/soap/default.rb', line 971

def initialize(out = nil)
  @out = out
end

Instance Attribute Details

#outObject

Returns the value of attribute out.



969
970
971
# File 'lib/crowd/soap/default.rb', line 969

def out
  @out
end