Class: YSM::AccountService::AddAccount
- Inherits:
-
Object
- Object
- YSM::AccountService::AddAccount
- Defined in:
- lib/ysm4r/v1/AccountService.rb,
lib/ysm4r/v2/AccountService.rb
Overview
http://marketing.ews.yahooapis.com/V2addAccount
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
-
#accountDailySpendLimit ⇒ Object
Returns the value of attribute accountDailySpendLimit.
Instance Method Summary collapse
-
#initialize(account = nil, accountDailySpendLimit = nil) ⇒ AddAccount
constructor
A new instance of AddAccount.
Constructor Details
#initialize(account = nil, accountDailySpendLimit = nil) ⇒ AddAccount
Returns a new instance of AddAccount.
270 271 272 |
# File 'lib/ysm4r/v1/AccountService.rb', line 270 def initialize(account = nil) @account = account end |
Instance Attribute Details
#account ⇒ Object
Returns the value of attribute account.
268 269 270 |
# File 'lib/ysm4r/v1/AccountService.rb', line 268 def account @account end |
#accountDailySpendLimit ⇒ Object
Returns the value of attribute accountDailySpendLimit.
269 270 271 |
# File 'lib/ysm4r/v2/AccountService.rb', line 269 def accountDailySpendLimit @accountDailySpendLimit end |