Class: YSM::AccountService::UpdateAccount

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, updateAll = nil) ⇒ UpdateAccount

Returns a new instance of UpdateAccount.



236
237
238
239
# File 'lib/ysm4r/v1/AccountService.rb', line 236

def initialize( = nil, updateAll = nil)
  @account = 
  @updateAll = updateAll
end

Instance Attribute Details

#accountObject

Returns the value of attribute account.



233
234
235
# File 'lib/ysm4r/v1/AccountService.rb', line 233

def 
  @account
end

#updateAllObject

Returns the value of attribute updateAll.



234
235
236
# File 'lib/ysm4r/v1/AccountService.rb', line 234

def updateAll
  @updateAll
end