Class: YSM::AccountService::Account
- Inherits:
-
Object
- Object
- YSM::AccountService::Account
- Defined in:
- lib/ysm4r/v1/AccountService.rb,
lib/ysm4r/v2/AccountService.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.
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
#advancedMatchON ⇒ Object
Returns the value of attribute advancedMatchON.
24 25 26 |
# File 'lib/ysm4r/v1/AccountService.rb', line 24 def advancedMatchON @advancedMatchON end |
#businessTypeCode ⇒ Object
Returns the value of attribute businessTypeCode.
25 26 27 |
# File 'lib/ysm4r/v1/AccountService.rb', line 25 def businessTypeCode @businessTypeCode end |
#contentMatchON ⇒ Object
Returns the value of attribute contentMatchON.
26 27 28 |
# File 'lib/ysm4r/v1/AccountService.rb', line 26 def contentMatchON @contentMatchON end |
#displayURL ⇒ Object
Returns the value of attribute displayURL.
27 28 29 |
# File 'lib/ysm4r/v1/AccountService.rb', line 27 def displayURL @displayURL end |
#iD ⇒ Object
Returns the value of attribute iD.
23 24 25 |
# File 'lib/ysm4r/v1/AccountService.rb', line 23 def iD @iD end |
#marketID ⇒ Object
Returns the value of attribute marketID.
28 29 30 |
# File 'lib/ysm4r/v1/AccountService.rb', line 28 def marketID @marketID end |
#masterAccountID ⇒ Object
Returns the value of attribute masterAccountID.
29 30 31 |
# File 'lib/ysm4r/v1/AccountService.rb', line 29 def masterAccountID @masterAccountID end |
#name ⇒ Object
Returns the value of attribute name.
30 31 32 |
# File 'lib/ysm4r/v1/AccountService.rb', line 30 def name @name end |
#nameFurigana ⇒ Object
Returns the value of attribute nameFurigana.
31 32 33 |
# File 'lib/ysm4r/v1/AccountService.rb', line 31 def nameFurigana @nameFurigana end |
#personalID ⇒ Object
Returns the value of attribute personalID.
32 33 34 |
# File 'lib/ysm4r/v1/AccountService.rb', line 32 def personalID @personalID end |
#sitePassword ⇒ Object
Returns the value of attribute sitePassword.
33 34 35 |
# File 'lib/ysm4r/v1/AccountService.rb', line 33 def sitePassword @sitePassword end |
#siteUserName ⇒ Object
Returns the value of attribute siteUserName.
34 35 36 |
# File 'lib/ysm4r/v1/AccountService.rb', line 34 def siteUserName @siteUserName end |
#sponsoredSearchON ⇒ Object
Returns the value of attribute sponsoredSearchON.
35 36 37 |
# File 'lib/ysm4r/v1/AccountService.rb', line 35 def sponsoredSearchON @sponsoredSearchON end |
#vatCode ⇒ Object
Returns the value of attribute vatCode.
36 37 38 |
# File 'lib/ysm4r/v1/AccountService.rb', line 36 def vatCode @vatCode end |
#vatRegistrationNumber ⇒ Object
Returns the value of attribute vatRegistrationNumber.
36 37 38 |
# File 'lib/ysm4r/v2/AccountService.rb', line 36 def vatRegistrationNumber @vatRegistrationNumber end |
#websiteURL ⇒ Object
Returns the value of attribute websiteURL.
37 38 39 |
# File 'lib/ysm4r/v1/AccountService.rb', line 37 def websiteURL @websiteURL end |