Class: YSM::AccountService::DeleteContinentBlockListFromAccount

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountID = nil) ⇒ DeleteContinentBlockListFromAccount

Returns a new instance of DeleteContinentBlockListFromAccount.



132
133
134
# File 'lib/ysm4r/v1/AccountService.rb', line 132

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

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



130
131
132
# File 'lib/ysm4r/v1/AccountService.rb', line 130

def accountID
  @accountID
end