Class: RemoveRole

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

Overview

urn:SecurityServerremoveRole

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(in0 = nil, in1 = nil) ⇒ RemoveRole

Returns a new instance of RemoveRole.



581
582
583
584
# File 'lib/default.rb', line 581

def initialize(in0 = nil, in1 = nil)
  @in0 = in0
  @in1 = in1
end

Instance Attribute Details

#in0Object

Returns the value of attribute in0.



578
579
580
# File 'lib/default.rb', line 578

def in0
  @in0
end

#in1Object

Returns the value of attribute in1.



579
580
581
# File 'lib/default.rb', line 579

def in1
  @in1
end