Class: YSM::UserManagementService::GetAuthorizationsForUser

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

Overview

http://marketing.ews.yahooapis.com/V2getAuthorizationsForUser

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(username = nil) ⇒ GetAuthorizationsForUser

Returns a new instance of GetAuthorizationsForUser.



627
628
629
# File 'lib/ysm4r/v1/UserManagementService.rb', line 627

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

Instance Attribute Details

#usernameObject

Returns the value of attribute username.



625
626
627
# File 'lib/ysm4r/v1/UserManagementService.rb', line 625

def username
  @username
end