Class: ResetPrincipalCredential

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

Overview

urn:SecurityServerresetPrincipalCredential

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResetPrincipalCredential.



692
693
694
695
# File 'lib/default.rb', line 692

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

Instance Attribute Details

#in0Object

Returns the value of attribute in0.



689
690
691
# File 'lib/default.rb', line 689

def in0
  @in0
end

#in1Object

Returns the value of attribute in1.



690
691
692
# File 'lib/default.rb', line 690

def in1
  @in1
end