Method: ResetPrincipalCredential#initialize
- Defined in:
- lib/crowd/default.rb
#initialize(in0 = nil, in1 = nil) ⇒ ResetPrincipalCredential
Returns a new instance of ResetPrincipalCredential.
692 693 694 695 |
# File 'lib/crowd/default.rb', line 692 def initialize(in0 = nil, in1 = nil) @in0 = in0 @in1 = in1 end |