Class: YSM::AccountService::Account

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(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.



39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# File 'lib/ysm4r/v1/AccountService.rb', line 39

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.



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

def advancedMatchON
  @advancedMatchON
end

#businessTypeCodeObject

Returns the value of attribute businessTypeCode.



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

def businessTypeCode
  @businessTypeCode
end

#contentMatchONObject

Returns the value of attribute contentMatchON.



26
27
28
# File 'lib/ysm4r/v1/AccountService.rb', line 26

def contentMatchON
  @contentMatchON
end

#displayURLObject

Returns the value of attribute displayURL.



27
28
29
# File 'lib/ysm4r/v1/AccountService.rb', line 27

def displayURL
  @displayURL
end

#iDObject

Returns the value of attribute iD.



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

def iD
  @iD
end

#marketIDObject

Returns the value of attribute marketID.



28
29
30
# File 'lib/ysm4r/v1/AccountService.rb', line 28

def marketID
  @marketID
end

#masterAccountIDObject

Returns the value of attribute masterAccountID.



29
30
31
# File 'lib/ysm4r/v1/AccountService.rb', line 29

def masterAccountID
  @masterAccountID
end

#nameObject

Returns the value of attribute name.



30
31
32
# File 'lib/ysm4r/v1/AccountService.rb', line 30

def name
  @name
end

#nameFuriganaObject

Returns the value of attribute nameFurigana.



31
32
33
# File 'lib/ysm4r/v1/AccountService.rb', line 31

def nameFurigana
  @nameFurigana
end

#personalIDObject

Returns the value of attribute personalID.



32
33
34
# File 'lib/ysm4r/v1/AccountService.rb', line 32

def personalID
  @personalID
end

#sitePasswordObject

Returns the value of attribute sitePassword.



33
34
35
# File 'lib/ysm4r/v1/AccountService.rb', line 33

def sitePassword
  @sitePassword
end

#siteUserNameObject

Returns the value of attribute siteUserName.



34
35
36
# File 'lib/ysm4r/v1/AccountService.rb', line 34

def siteUserName
  @siteUserName
end

#sponsoredSearchONObject

Returns the value of attribute sponsoredSearchON.



35
36
37
# File 'lib/ysm4r/v1/AccountService.rb', line 35

def sponsoredSearchON
  @sponsoredSearchON
end

#vatCodeObject

Returns the value of attribute vatCode.



36
37
38
# File 'lib/ysm4r/v1/AccountService.rb', line 36

def vatCode
  @vatCode
end

#vatRegistrationNumberObject

Returns the value of attribute vatRegistrationNumber.



36
37
38
# File 'lib/ysm4r/v2/AccountService.rb', line 36

def vatRegistrationNumber
  @vatRegistrationNumber
end

#websiteURLObject

Returns the value of attribute websiteURL.



37
38
39
# File 'lib/ysm4r/v1/AccountService.rb', line 37

def websiteURL
  @websiteURL
end