Class: AddPrincipalToGroup

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

Overview

urn:SecurityServeraddPrincipalToGroup

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#in0Object

Returns the value of attribute in0.



398
399
400
# File 'lib/default.rb', line 398

def in0
  @in0
end

#in1Object

Returns the value of attribute in1.



399
400
401
# File 'lib/default.rb', line 399

def in1
  @in1
end

#in2Object

Returns the value of attribute in2.



400
401
402
# File 'lib/default.rb', line 400

def in2
  @in2
end