Class: YSM::MasterAccountService::GetMasterAccountStatus

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) ⇒ GetMasterAccountStatus

Returns a new instance of GetMasterAccountStatus.



205
206
207
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 205

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

Instance Attribute Details

#masterAccountIDObject

Returns the value of attribute masterAccountID.



203
204
205
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 203

def masterAccountID
  @masterAccountID
end