Class: YSM::AccountService::GetContinentBlockListForAccount
- Inherits:
-
Object
- Object
- YSM::AccountService::GetContinentBlockListForAccount
- Defined in:
- lib/ysm4r/v1/AccountService.rb,
lib/ysm4r/v2/AccountService.rb
Overview
http://marketing.ews.yahooapis.com/V2getContinentBlockListForAccount
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
Instance Method Summary collapse
-
#initialize(accountID = nil) ⇒ GetContinentBlockListForAccount
constructor
A new instance of GetContinentBlockListForAccount.
Constructor Details
#initialize(accountID = nil) ⇒ GetContinentBlockListForAccount
Returns a new instance of GetContinentBlockListForAccount.
147 148 149 |
# File 'lib/ysm4r/v1/AccountService.rb', line 147 def initialize(accountID = nil) @accountID = accountID end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
145 146 147 |
# File 'lib/ysm4r/v1/AccountService.rb', line 145 def accountID @accountID end |