Class: YSM::UserManagementService::AddAuthorizationsForUser

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(username = nil, authorizations = nil) ⇒ AddAuthorizationsForUser

Returns a new instance of AddAuthorizationsForUser.



301
302
303
304
# File 'lib/ysm4r/v1/UserManagementService.rb', line 301

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

Instance Attribute Details

#authorizationsObject

Returns the value of attribute authorizations.



299
300
301
# File 'lib/ysm4r/v1/UserManagementService.rb', line 299

def authorizations
  @authorizations
end

#usernameObject

Returns the value of attribute username.



298
299
300
# File 'lib/ysm4r/v1/UserManagementService.rb', line 298

def username
  @username
end