Class: YSM::AccountService::GetAccountStatus
- Inherits:
-
Object
- Object
- YSM::AccountService::GetAccountStatus
- Defined in:
- lib/ysm4r/v1/AccountService.rb,
lib/ysm4r/v2/AccountService.rb
Overview
http://marketing.ews.yahooapis.com/V2getAccountStatus
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
Instance Method Summary collapse
-
#initialize(accountID = nil) ⇒ GetAccountStatus
constructor
A new instance of GetAccountStatus.
Constructor Details
#initialize(accountID = nil) ⇒ GetAccountStatus
Returns a new instance of GetAccountStatus.
355 356 357 |
# File 'lib/ysm4r/v1/AccountService.rb', line 355 def initialize(accountID = nil) @accountID = accountID end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
353 354 355 |
# File 'lib/ysm4r/v1/AccountService.rb', line 353 def accountID @accountID end |