Class: YSM::AccountService::GetContinentBlockListForAccount

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#accountIDObject

Returns the value of attribute accountID.



145
146
147
# File 'lib/ysm4r/v1/AccountService.rb', line 145

def accountID
  @accountID
end