Class: YSM::AccountService::AddAccount

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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( = nil)
  @account = 
end

Instance Attribute Details

#accountObject

Returns the value of attribute account.



268
269
270
# File 'lib/ysm4r/v1/AccountService.rb', line 268

def 
  @account
end

#accountDailySpendLimitObject

Returns the value of attribute accountDailySpendLimit.



269
270
271
# File 'lib/ysm4r/v2/AccountService.rb', line 269

def accountDailySpendLimit
  @accountDailySpendLimit
end