Class: YSM::UserManagementService::TestUsernameResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ TestUsernameResponse

Returns a new instance of TestUsernameResponse.



552
553
554
# File 'lib/ysm4r/v1/UserManagementService.rb', line 552

def initialize(out = nil)
  @out = out
end

Instance Attribute Details

#outObject

Returns the value of attribute out.



550
551
552
# File 'lib/ysm4r/v1/UserManagementService.rb', line 550

def out
  @out
end