Class: UpdateGroup

Inherits:
Object
  • Object
show all
Defined in:
lib/crowd/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.



824
825
826
827
828
829
# File 'lib/crowd/default.rb', line 824

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.



819
820
821
# File 'lib/crowd/default.rb', line 819

def in0
  @in0
end

#in1Object

Returns the value of attribute in1.



820
821
822
# File 'lib/crowd/default.rb', line 820

def in1
  @in1
end

#in2Object

Returns the value of attribute in2.



821
822
823
# File 'lib/crowd/default.rb', line 821

def in2
  @in2
end

#in3Object

Returns the value of attribute in3.



822
823
824
# File 'lib/crowd/default.rb', line 822

def in3
  @in3
end