Class: YSM::AccountService::GetAccount
- Inherits:
-
Object
- Object
- YSM::AccountService::GetAccount
- Defined in:
- lib/ysm4r/v1/AccountService.rb,
lib/ysm4r/v2/AccountService.rb
Overview
http://marketing.ews.yahooapis.com/V2getAccount
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
Instance Method Summary collapse
-
#initialize(accountID = nil) ⇒ GetAccount
constructor
A new instance of GetAccount.
Constructor Details
#initialize(accountID = nil) ⇒ GetAccount
Returns a new instance of GetAccount.
165 166 167 |
# File 'lib/ysm4r/v1/AccountService.rb', line 165 def initialize(accountID = nil) @accountID = accountID end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
163 164 165 |
# File 'lib/ysm4r/v1/AccountService.rb', line 163 def accountID @accountID end |