Class: RemovePrincipalFromRole

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

Overview

urn:SecurityServerremovePrincipalFromRole

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(in0 = nil, in1 = nil, in2 = nil) ⇒ RemovePrincipalFromRole

Returns a new instance of RemovePrincipalFromRole.



599
600
601
602
603
# File 'lib/default.rb', line 599

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.



595
596
597
# File 'lib/default.rb', line 595

def in0
  @in0
end

#in1Object

Returns the value of attribute in1.



596
597
598
# File 'lib/default.rb', line 596

def in1
  @in1
end

#in2Object

Returns the value of attribute in2.



597
598
599
# File 'lib/default.rb', line 597

def in2
  @in2
end