Class: YSM::UserManagementService::AddAuthorizationForUser

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(username = nil, authorization = nil) ⇒ AddAuthorizationForUser

Returns a new instance of AddAuthorizationForUser.



463
464
465
466
# File 'lib/ysm4r/v1/UserManagementService.rb', line 463

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

Instance Attribute Details

#authorizationObject

Returns the value of attribute authorization.



461
462
463
# File 'lib/ysm4r/v1/UserManagementService.rb', line 461

def authorization
  @authorization
end

#usernameObject

Returns the value of attribute username.



460
461
462
# File 'lib/ysm4r/v1/UserManagementService.rb', line 460

def username
  @username
end