Class: AddPrincipalToGroup
- Inherits:
-
Object
- Object
- AddPrincipalToGroup
- Defined in:
- lib/default.rb
Overview
urn:SecurityServeraddPrincipalToGroup
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.
Instance Method Summary collapse
-
#initialize(in0 = nil, in1 = nil, in2 = nil) ⇒ AddPrincipalToGroup
constructor
A new instance of AddPrincipalToGroup.
Constructor Details
#initialize(in0 = nil, in1 = nil, in2 = nil) ⇒ AddPrincipalToGroup
Returns a new instance of AddPrincipalToGroup.
402 403 404 405 406 |
# File 'lib/default.rb', line 402 def initialize(in0 = nil, in1 = nil, in2 = nil) @in0 = in0 @in1 = in1 @in2 = in2 end |
Instance Attribute Details
#in0 ⇒ Object
Returns the value of attribute in0.
398 399 400 |
# File 'lib/default.rb', line 398 def in0 @in0 end |
#in1 ⇒ Object
Returns the value of attribute in1.
399 400 401 |
# File 'lib/default.rb', line 399 def in1 @in1 end |
#in2 ⇒ Object
Returns the value of attribute in2.
400 401 402 |
# File 'lib/default.rb', line 400 def in2 @in2 end |