Class: YSM::UserManagementService::TestUsername
- Inherits:
-
Object
- Object
- YSM::UserManagementService::TestUsername
- Defined in:
- lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb
Overview
http://marketing.ews.yahooapis.com/V2testUsername
Instance Attribute Summary collapse
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize(username = nil) ⇒ TestUsername
constructor
A new instance of TestUsername.
Constructor Details
#initialize(username = nil) ⇒ TestUsername
Returns a new instance of TestUsername.
543 544 545 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 543 def initialize(username = nil) @username = username end |
Instance Attribute Details
#username ⇒ Object
Returns the value of attribute username.
541 542 543 |
# File 'lib/ysm4r/v1/UserManagementService.rb', line 541 def username @username end |