Class: UpdateGroup

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

Overview

urn:SecurityServerupdateGroup

in0 - AuthenticatedToken
in1 - SOAP::SOAPString
in2 - SOAP::SOAPString
in3 - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(in0 = nil, in1 = nil, in2 = nil, in3 = nil) ⇒ UpdateGroup

Returns a new instance of UpdateGroup.



920
921
922
923
924
925
# File 'lib/crowd/soap/default.rb', line 920

def initialize(in0 = nil, in1 = nil, in2 = nil, in3 = nil)
  @in0 = in0
  @in1 = in1
  @in2 = in2
  @in3 = in3
end

Instance Attribute Details

#in0Object

Returns the value of attribute in0.



915
916
917
# File 'lib/crowd/soap/default.rb', line 915

def in0
  @in0
end

#in1Object

Returns the value of attribute in1.



916
917
918
# File 'lib/crowd/soap/default.rb', line 916

def in1
  @in1
end

#in2Object

Returns the value of attribute in2.



917
918
919
# File 'lib/crowd/soap/default.rb', line 917

def in2
  @in2
end

#in3Object

Returns the value of attribute in3.



918
919
920
# File 'lib/crowd/soap/default.rb', line 918

def in3
  @in3
end