Class: YSM::MasterAccountService::GetMasterAccount

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(masterAccountID = nil) ⇒ GetMasterAccount

Returns a new instance of GetMasterAccount.



274
275
276
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 274

def initialize(masterAccountID = nil)
  @masterAccountID = masterAccountID
end

Instance Attribute Details

#masterAccountIDObject

Returns the value of attribute masterAccountID.



272
273
274
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 272

def masterAccountID
  @masterAccountID
end