Class: YSM::UserManagementService::DeleteAuthorizationForUser

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DeleteAuthorizationForUser.



497
498
499
500
# File 'lib/ysm4r/v1/UserManagementService.rb', line 497

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

Instance Attribute Details

#authorizationObject

Returns the value of attribute authorization.



495
496
497
# File 'lib/ysm4r/v1/UserManagementService.rb', line 495

def authorization
  @authorization
end

#usernameObject

Returns the value of attribute username.



494
495
496
# File 'lib/ysm4r/v1/UserManagementService.rb', line 494

def username
  @username
end