Method: RemovePrincipal#initialize
- Defined in:
- lib/crowd/default.rb
#initialize(in0 = nil, in1 = nil) ⇒ RemovePrincipal
Returns a new instance of RemovePrincipal.
675 676 677 678 |
# File 'lib/crowd/default.rb', line 675 def initialize(in0 = nil, in1 = nil) @in0 = in0 @in1 = in1 end |