Class: YSM::UserManagementService::TestUsernameResponse
- Inherits:
-
Object
- Object
- YSM::UserManagementService::TestUsernameResponse
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
http://marketing.ews.yahooapis.com/V2testUsernameResponse
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ TestUsernameResponse
constructor
A new instance of TestUsernameResponse.
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
#out ⇒ Object
Returns the value of attribute out.
550 551 552 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 550 def out @out end |