Class: YSM::MasterAccountService::Account
- Inherits:
-
Object
- Object
- YSM::MasterAccountService::Account
- Defined in:
- lib/ysm4r/v1/MasterAccountService.rb,
lib/ysm4r/v2/MasterAccountService.rb
Overview
Instance Attribute Summary collapse
-
#advancedMatchON ⇒ Object
Returns the value of attribute advancedMatchON.
-
#businessTypeCode ⇒ Object
Returns the value of attribute businessTypeCode.
-
#contentMatchON ⇒ Object
Returns the value of attribute contentMatchON.
-
#displayURL ⇒ Object
Returns the value of attribute displayURL.
-
#iD ⇒ Object
Returns the value of attribute iD.
-
#marketID ⇒ Object
Returns the value of attribute marketID.
-
#masterAccountID ⇒ Object
Returns the value of attribute masterAccountID.
-
#name ⇒ Object
Returns the value of attribute name.
-
#nameFurigana ⇒ Object
Returns the value of attribute nameFurigana.
-
#personalID ⇒ Object
Returns the value of attribute personalID.
-
#sitePassword ⇒ Object
Returns the value of attribute sitePassword.
-
#siteUserName ⇒ Object
Returns the value of attribute siteUserName.
-
#sponsoredSearchON ⇒ Object
Returns the value of attribute sponsoredSearchON.
-
#vatCode ⇒ Object
Returns the value of attribute vatCode.
-
#vatRegistrationNumber ⇒ Object
Returns the value of attribute vatRegistrationNumber.
-
#websiteURL ⇒ Object
Returns the value of attribute websiteURL.
Instance Method Summary collapse
-
#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
constructor
A new instance of Account.
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
#advancedMatchON ⇒ Object
Returns the value of attribute advancedMatchON.
41 42 43 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 41 def advancedMatchON @advancedMatchON end |
#businessTypeCode ⇒ Object
Returns the value of attribute businessTypeCode.
42 43 44 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 42 def businessTypeCode @businessTypeCode end |
#contentMatchON ⇒ Object
Returns the value of attribute contentMatchON.
43 44 45 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 43 def contentMatchON @contentMatchON end |
#displayURL ⇒ Object
Returns the value of attribute displayURL.
44 45 46 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 44 def displayURL @displayURL end |
#iD ⇒ Object
Returns the value of attribute iD.
40 41 42 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 40 def iD @iD end |
#marketID ⇒ Object
Returns the value of attribute marketID.
45 46 47 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 45 def marketID @marketID end |
#masterAccountID ⇒ Object
Returns the value of attribute masterAccountID.
46 47 48 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 46 def masterAccountID @masterAccountID end |
#name ⇒ Object
Returns the value of attribute name.
47 48 49 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 47 def name @name end |
#nameFurigana ⇒ Object
Returns the value of attribute nameFurigana.
48 49 50 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 48 def nameFurigana @nameFurigana end |
#personalID ⇒ Object
Returns the value of attribute personalID.
49 50 51 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 49 def personalID @personalID end |
#sitePassword ⇒ Object
Returns the value of attribute sitePassword.
50 51 52 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 50 def sitePassword @sitePassword end |
#siteUserName ⇒ Object
Returns the value of attribute siteUserName.
51 52 53 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 51 def siteUserName @siteUserName end |
#sponsoredSearchON ⇒ Object
Returns the value of attribute sponsoredSearchON.
52 53 54 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 52 def sponsoredSearchON @sponsoredSearchON end |
#vatCode ⇒ Object
Returns the value of attribute vatCode.
53 54 55 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 53 def vatCode @vatCode end |
#vatRegistrationNumber ⇒ Object
Returns the value of attribute vatRegistrationNumber.
72 73 74 |
# File 'lib/ysm4r/v2/MasterAccountService.rb', line 72 def vatRegistrationNumber @vatRegistrationNumber end |
#websiteURL ⇒ Object
Returns the value of attribute websiteURL.
54 55 56 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 54 def websiteURL @websiteURL end |