Class: ChannelAdvisor::MarketplaceAdServiceSOAP::AddMarketplaceAdForSkuList
- Inherits:
-
Object
- Object
- ChannelAdvisor::MarketplaceAdServiceSOAP::AddMarketplaceAdForSkuList
- Defined in:
- lib/channel_advisor/marketplace_ad_service/types.rb
Overview
/AddMarketplaceAdForSkuList
accountID - SOAP::SOAPString
skuList - ChannelAdvisor::MarketplaceAdServiceSOAP::ArrayOfMarketplaceAdSkuRequest
postingTemplate - SOAP::SOAPString
adTemplate - SOAP::SOAPString
schedule - SOAP::SOAPString
flagStyle - ChannelAdvisor::MarketplaceAdServiceSOAP::FlagType
flagDescription - SOAP::SOAPString
primaryCategory - SOAP::SOAPString
secondaryCategory - SOAP::SOAPString
primaryStoreCategory - SOAP::SOAPString
secondaryStoreCategory - SOAP::SOAPString
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#adTemplate ⇒ Object
Returns the value of attribute adTemplate.
-
#flagDescription ⇒ Object
Returns the value of attribute flagDescription.
-
#flagStyle ⇒ Object
Returns the value of attribute flagStyle.
-
#postingTemplate ⇒ Object
Returns the value of attribute postingTemplate.
-
#primaryCategory ⇒ Object
Returns the value of attribute primaryCategory.
-
#primaryStoreCategory ⇒ Object
Returns the value of attribute primaryStoreCategory.
-
#schedule ⇒ Object
Returns the value of attribute schedule.
-
#secondaryCategory ⇒ Object
Returns the value of attribute secondaryCategory.
-
#secondaryStoreCategory ⇒ Object
Returns the value of attribute secondaryStoreCategory.
-
#skuList ⇒ Object
Returns the value of attribute skuList.
Instance Method Summary collapse
-
#initialize(accountID = nil, skuList = nil, postingTemplate = nil, adTemplate = nil, schedule = nil, flagStyle = nil, flagDescription = nil, primaryCategory = nil, secondaryCategory = nil, primaryStoreCategory = nil, secondaryStoreCategory = nil) ⇒ AddMarketplaceAdForSkuList
constructor
A new instance of AddMarketplaceAdForSkuList.
Constructor Details
#initialize(accountID = nil, skuList = nil, postingTemplate = nil, adTemplate = nil, schedule = nil, flagStyle = nil, flagDescription = nil, primaryCategory = nil, secondaryCategory = nil, primaryStoreCategory = nil, secondaryStoreCategory = nil) ⇒ AddMarketplaceAdForSkuList
Returns a new instance of AddMarketplaceAdForSkuList.
253 254 255 256 257 258 259 260 261 262 263 264 265 |
# File 'lib/channel_advisor/marketplace_ad_service/types.rb', line 253 def initialize(accountID = nil, skuList = nil, postingTemplate = nil, adTemplate = nil, schedule = nil, flagStyle = nil, flagDescription = nil, primaryCategory = nil, secondaryCategory = nil, primaryStoreCategory = nil, secondaryStoreCategory = nil) @accountID = accountID @skuList = skuList @postingTemplate = postingTemplate @adTemplate = adTemplate @schedule = schedule @flagStyle = flagStyle @flagDescription = flagDescription @primaryCategory = primaryCategory @secondaryCategory = secondaryCategory @primaryStoreCategory = primaryStoreCategory @secondaryStoreCategory = secondaryStoreCategory end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
241 242 243 |
# File 'lib/channel_advisor/marketplace_ad_service/types.rb', line 241 def accountID @accountID end |
#adTemplate ⇒ Object
Returns the value of attribute adTemplate.
244 245 246 |
# File 'lib/channel_advisor/marketplace_ad_service/types.rb', line 244 def adTemplate @adTemplate end |
#flagDescription ⇒ Object
Returns the value of attribute flagDescription.
247 248 249 |
# File 'lib/channel_advisor/marketplace_ad_service/types.rb', line 247 def flagDescription @flagDescription end |
#flagStyle ⇒ Object
Returns the value of attribute flagStyle.
246 247 248 |
# File 'lib/channel_advisor/marketplace_ad_service/types.rb', line 246 def flagStyle @flagStyle end |
#postingTemplate ⇒ Object
Returns the value of attribute postingTemplate.
243 244 245 |
# File 'lib/channel_advisor/marketplace_ad_service/types.rb', line 243 def postingTemplate @postingTemplate end |
#primaryCategory ⇒ Object
Returns the value of attribute primaryCategory.
248 249 250 |
# File 'lib/channel_advisor/marketplace_ad_service/types.rb', line 248 def primaryCategory @primaryCategory end |
#primaryStoreCategory ⇒ Object
Returns the value of attribute primaryStoreCategory.
250 251 252 |
# File 'lib/channel_advisor/marketplace_ad_service/types.rb', line 250 def primaryStoreCategory @primaryStoreCategory end |
#schedule ⇒ Object
Returns the value of attribute schedule.
245 246 247 |
# File 'lib/channel_advisor/marketplace_ad_service/types.rb', line 245 def schedule @schedule end |
#secondaryCategory ⇒ Object
Returns the value of attribute secondaryCategory.
249 250 251 |
# File 'lib/channel_advisor/marketplace_ad_service/types.rb', line 249 def secondaryCategory @secondaryCategory end |
#secondaryStoreCategory ⇒ Object
Returns the value of attribute secondaryStoreCategory.
251 252 253 |
# File 'lib/channel_advisor/marketplace_ad_service/types.rb', line 251 def secondaryStoreCategory @secondaryStoreCategory end |
#skuList ⇒ Object
Returns the value of attribute skuList.
242 243 244 |
# File 'lib/channel_advisor/marketplace_ad_service/types.rb', line 242 def skuList @skuList end |