Class: UpdateGroup
- Inherits:
-
Object
- Object
- UpdateGroup
- Defined in:
- lib/crowd/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.
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
#in0 ⇒ Object
Returns the value of attribute in0.
819 820 821 |
# File 'lib/crowd/default.rb', line 819 def in0 @in0 end |
#in1 ⇒ Object
Returns the value of attribute in1.
820 821 822 |
# File 'lib/crowd/default.rb', line 820 def in1 @in1 end |
#in2 ⇒ Object
Returns the value of attribute in2.
821 822 823 |
# File 'lib/crowd/default.rb', line 821 def in2 @in2 end |
#in3 ⇒ Object
Returns the value of attribute in3.
822 823 824 |
# File 'lib/crowd/default.rb', line 822 def in3 @in3 end |