Class: YSM::AccountService::DeleteContinentBlockListFromAccount
- Inherits:
-
Object
- Object
- YSM::AccountService::DeleteContinentBlockListFromAccount
- Defined in:
- lib/ysm4r/v1/AccountService.rb,
lib/ysm4r/v2/AccountService.rb
Overview
http://marketing.ews.yahooapis.com/V2deleteContinentBlockListFromAccount
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
Instance Method Summary collapse
-
#initialize(accountID = nil) ⇒ DeleteContinentBlockListFromAccount
constructor
A new instance of DeleteContinentBlockListFromAccount.
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
#accountID ⇒ Object
Returns the value of attribute accountID.
130 131 132 |
# File 'lib/ysm4r/v1/AccountService.rb', line 130 def accountID @accountID end |