Class: YSM::MasterAccountService::MasterAccount
- Inherits:
-
Object
- Object
- YSM::MasterAccountService::MasterAccount
- Defined in:
- lib/ysm4r/v1/MasterAccountService.rb,
lib/ysm4r/v2/MasterAccountService.rb
Overview
http://marketing.ews.yahooapis.com/V2MasterAccount
Instance Attribute Summary collapse
-
#companyID ⇒ Object
Returns the value of attribute companyID.
-
#currencyID ⇒ Object
Returns the value of attribute currencyID.
-
#iD ⇒ Object
Returns the value of attribute iD.
-
#marketID ⇒ Object
Returns the value of attribute marketID.
-
#name ⇒ Object
Returns the value of attribute name.
-
#signupStatus ⇒ Object
Returns the value of attribute signupStatus.
-
#taggingON ⇒ Object
Returns the value of attribute taggingON.
-
#timezone ⇒ Object
Returns the value of attribute timezone.
-
#trackingON ⇒ Object
Returns the value of attribute trackingON.
Instance Method Summary collapse
-
#initialize(iD = nil, companyID = nil, currencyID = nil, marketID = nil, name = nil, signupStatus = nil, taggingON = nil, timezone = nil, trackingON = nil) ⇒ MasterAccount
constructor
A new instance of MasterAccount.
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
#companyID ⇒ Object
Returns the value of attribute companyID.
20 21 22 |
# File 'lib/ysm4r/v2/MasterAccountService.rb', line 20 def companyID @companyID end |
#currencyID ⇒ Object
Returns the value of attribute currencyID.
20 21 22 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 20 def currencyID @currencyID end |
#iD ⇒ Object
Returns the value of attribute iD.
19 20 21 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 19 def iD @iD end |
#marketID ⇒ Object
Returns the value of attribute marketID.
22 23 24 |
# File 'lib/ysm4r/v2/MasterAccountService.rb', line 22 def marketID @marketID end |
#name ⇒ Object
Returns the value of attribute name.
21 22 23 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 21 def name @name end |
#signupStatus ⇒ Object
Returns the value of attribute signupStatus.
22 23 24 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 22 def signupStatus @signupStatus end |
#taggingON ⇒ Object
Returns the value of attribute taggingON.
23 24 25 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 23 def taggingON @taggingON end |
#timezone ⇒ Object
Returns the value of attribute timezone.
24 25 26 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 24 def timezone @timezone end |
#trackingON ⇒ Object
Returns the value of attribute trackingON.
25 26 27 |
# File 'lib/ysm4r/v1/MasterAccountService.rb', line 25 def trackingON @trackingON end |