Class: YSM::MasterAccountService::Account

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, advancedMatchON = nil, businessTypeCode = nil, contentMatchON = nil, displayURL = nil, marketID = nil, masterAccountID = nil, name = nil, nameFurigana = nil, personalID = nil, sitePassword = nil, siteUserName = nil, sponsoredSearchON = nil, vatRegistrationNumber = nil, websiteURL = nil) ⇒ Account

Returns a new instance of Account.



56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 56

def initialize(iD = nil, advancedMatchON = nil, businessTypeCode = nil, contentMatchON = nil, displayURL = nil, marketID = nil, masterAccountID = nil, name = nil, nameFurigana = nil, personalID = nil, sitePassword = nil, siteUserName = nil, sponsoredSearchON = nil, vatCode = nil, websiteURL = nil)
  @iD = iD
  @advancedMatchON = advancedMatchON
  @businessTypeCode = businessTypeCode
  @contentMatchON = contentMatchON
  @displayURL = displayURL
  @marketID = marketID
  @masterAccountID = masterAccountID
  @name = name
  @nameFurigana = nameFurigana
  @personalID = personalID
  @sitePassword = sitePassword
  @siteUserName = siteUserName
  @sponsoredSearchON = sponsoredSearchON
  @vatCode = vatCode
  @websiteURL = websiteURL
end

Instance Attribute Details

#advancedMatchONObject

Returns the value of attribute advancedMatchON.



41
42
43
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 41

def advancedMatchON
  @advancedMatchON
end

#businessTypeCodeObject

Returns the value of attribute businessTypeCode.



42
43
44
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 42

def businessTypeCode
  @businessTypeCode
end

#contentMatchONObject

Returns the value of attribute contentMatchON.



43
44
45
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 43

def contentMatchON
  @contentMatchON
end

#displayURLObject

Returns the value of attribute displayURL.



44
45
46
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 44

def displayURL
  @displayURL
end

#iDObject

Returns the value of attribute iD.



40
41
42
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 40

def iD
  @iD
end

#marketIDObject

Returns the value of attribute marketID.



45
46
47
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 45

def marketID
  @marketID
end

#masterAccountIDObject

Returns the value of attribute masterAccountID.



46
47
48
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 46

def masterAccountID
  @masterAccountID
end

#nameObject

Returns the value of attribute name.



47
48
49
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 47

def name
  @name
end

#nameFuriganaObject

Returns the value of attribute nameFurigana.



48
49
50
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 48

def nameFurigana
  @nameFurigana
end

#personalIDObject

Returns the value of attribute personalID.



49
50
51
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 49

def personalID
  @personalID
end

#sitePasswordObject

Returns the value of attribute sitePassword.



50
51
52
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 50

def sitePassword
  @sitePassword
end

#siteUserNameObject

Returns the value of attribute siteUserName.



51
52
53
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 51

def siteUserName
  @siteUserName
end

#sponsoredSearchONObject

Returns the value of attribute sponsoredSearchON.



52
53
54
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 52

def sponsoredSearchON
  @sponsoredSearchON
end

#vatCodeObject

Returns the value of attribute vatCode.



53
54
55
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 53

def vatCode
  @vatCode
end

#vatRegistrationNumberObject

Returns the value of attribute vatRegistrationNumber.



72
73
74
# File 'lib/ysm4r/v2/MasterAccountService.rb', line 72

def vatRegistrationNumber
  @vatRegistrationNumber
end

#websiteURLObject

Returns the value of attribute websiteURL.



54
55
56
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 54

def websiteURL
  @websiteURL
end