Class: UpdateGroup
- Inherits:
-
Object
- Object
- UpdateGroup
- 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
-
#in0 ⇒ Object
Returns the value of attribute in0.
-
#in1 ⇒ Object
Returns the value of attribute in1.
-
#in2 ⇒ Object
Returns the value of attribute in2.
-
#in3 ⇒ Object
Returns the value of attribute in3.
Instance Method Summary collapse
-
#initialize(in0 = nil, in1 = nil, in2 = nil, in3 = nil) ⇒ UpdateGroup
constructor
A new instance of UpdateGroup.
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
#in0 ⇒ Object
Returns the value of attribute in0.
915 916 917 |
# File 'lib/crowd/soap/default.rb', line 915 def in0 @in0 end |
#in1 ⇒ Object
Returns the value of attribute in1.
916 917 918 |
# File 'lib/crowd/soap/default.rb', line 916 def in1 @in1 end |
#in2 ⇒ Object
Returns the value of attribute in2.
917 918 919 |
# File 'lib/crowd/soap/default.rb', line 917 def in2 @in2 end |
#in3 ⇒ Object
Returns the value of attribute in3.
918 919 920 |
# File 'lib/crowd/soap/default.rb', line 918 def in3 @in3 end |