Class: FindAllRoleNames

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

Overview

urn:SecurityServerfindAllRoleNames

in0 - AuthenticatedToken

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(in0 = nil) ⇒ FindAllRoleNames

Returns a new instance of FindAllRoleNames.



961
962
963
# File 'lib/crowd/soap/default.rb', line 961

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

Instance Attribute Details

#in0Object

Returns the value of attribute in0.



959
960
961
# File 'lib/crowd/soap/default.rb', line 959

def in0
  @in0
end