Class: YSM::UserManagementService::DeleteAuthorizationsForUser

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DeleteAuthorizationsForUser.



663
664
665
666
# File 'lib/ysm4r/v1/UserManagementService.rb', line 663

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

Instance Attribute Details

#authorizationsObject

Returns the value of attribute authorizations.



661
662
663
# File 'lib/ysm4r/v1/UserManagementService.rb', line 661

def authorizations
  @authorizations
end

#usernameObject

Returns the value of attribute username.



660
661
662
# File 'lib/ysm4r/v1/UserManagementService.rb', line 660

def username
  @username
end