Class: YSM::MasterAccountService::MasterAccount

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(iD = nil, companyID = nil, currencyID = nil, marketID = nil, name = nil, signupStatus = nil, taggingON = nil, timezone = nil, trackingON = nil) ⇒ MasterAccount

Returns a new instance of MasterAccount.



27
28
29
30
31
32
33
34
35
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 27

def initialize(iD = nil, currencyID = nil, name = nil, signupStatus = nil, taggingON = nil, timezone = nil, trackingON = nil)
  @iD = iD
  @currencyID = currencyID
  @name = name
  @signupStatus = signupStatus
  @taggingON = taggingON
  @timezone = timezone
  @trackingON = trackingON
end

Instance Attribute Details

#companyIDObject

Returns the value of attribute companyID.



20
21
22
# File 'lib/ysm4r/v2/MasterAccountService.rb', line 20

def companyID
  @companyID
end

#currencyIDObject

Returns the value of attribute currencyID.



20
21
22
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 20

def currencyID
  @currencyID
end

#iDObject

Returns the value of attribute iD.



19
20
21
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 19

def iD
  @iD
end

#marketIDObject

Returns the value of attribute marketID.



22
23
24
# File 'lib/ysm4r/v2/MasterAccountService.rb', line 22

def marketID
  @marketID
end

#nameObject

Returns the value of attribute name.



21
22
23
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 21

def name
  @name
end

#signupStatusObject

Returns the value of attribute signupStatus.



22
23
24
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 22

def signupStatus
  @signupStatus
end

#taggingONObject

Returns the value of attribute taggingON.



23
24
25
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 23

def taggingON
  @taggingON
end

#timezoneObject

Returns the value of attribute timezone.



24
25
26
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 24

def timezone
  @timezone
end

#trackingONObject

Returns the value of attribute trackingON.



25
26
27
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 25

def trackingON
  @trackingON
end