Class: EBay::ListingFeatureDetailsType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsListingFeatureDetailsType

boldTitle - EBay::BoldTitleCodeType
border - EBay::BorderCodeType
highlight - EBay::HighlightCodeType
giftIcon - EBay::GiftIconCodeType
homePageFeatured - EBay::HomePageFeaturedCodeType
featuredFirst - EBay::FeaturedFirstCodeType
featuredPlus - EBay::FeaturedPlusCodeType
proPack - EBay::ProPackCodeType
detailVersion - SOAP::SOAPString
updateTime - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(boldTitle = nil, border = nil, highlight = nil, giftIcon = nil, homePageFeatured = nil, featuredFirst = nil, featuredPlus = nil, proPack = nil, detailVersion = nil, updateTime = nil) ⇒ ListingFeatureDetailsType

Returns a new instance of ListingFeatureDetailsType.



26221
26222
26223
26224
26225
26226
26227
26228
26229
26230
26231
26232
26233
# File 'lib/eBay.rb', line 26221

def initialize(boldTitle = nil, border = nil, highlight = nil, giftIcon = nil, homePageFeatured = nil, featuredFirst = nil, featuredPlus = nil, proPack = nil, detailVersion = nil, updateTime = nil)
  @boldTitle = boldTitle
  @border = border
  @highlight = highlight
  @giftIcon = giftIcon
  @homePageFeatured = homePageFeatured
  @featuredFirst = featuredFirst
  @featuredPlus = featuredPlus
  @proPack = proPack
  @detailVersion = detailVersion
  @updateTime = updateTime
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



26215
26216
26217
# File 'lib/eBay.rb', line 26215

def __xmlele_any
  @__xmlele_any
end

#boldTitleObject

Returns the value of attribute boldTitle.



26205
26206
26207
# File 'lib/eBay.rb', line 26205

def boldTitle
  @boldTitle
end

#borderObject

Returns the value of attribute border.



26206
26207
26208
# File 'lib/eBay.rb', line 26206

def border
  @border
end

#detailVersionObject

Returns the value of attribute detailVersion.



26213
26214
26215
# File 'lib/eBay.rb', line 26213

def detailVersion
  @detailVersion
end

#featuredFirstObject

Returns the value of attribute featuredFirst.



26210
26211
26212
# File 'lib/eBay.rb', line 26210

def featuredFirst
  @featuredFirst
end

#featuredPlusObject

Returns the value of attribute featuredPlus.



26211
26212
26213
# File 'lib/eBay.rb', line 26211

def featuredPlus
  @featuredPlus
end

#giftIconObject

Returns the value of attribute giftIcon.



26208
26209
26210
# File 'lib/eBay.rb', line 26208

def giftIcon
  @giftIcon
end

#highlightObject

Returns the value of attribute highlight.



26207
26208
26209
# File 'lib/eBay.rb', line 26207

def highlight
  @highlight
end

#homePageFeaturedObject

Returns the value of attribute homePageFeatured.



26209
26210
26211
# File 'lib/eBay.rb', line 26209

def homePageFeatured
  @homePageFeatured
end

#proPackObject

Returns the value of attribute proPack.



26212
26213
26214
# File 'lib/eBay.rb', line 26212

def proPack
  @proPack
end

#updateTimeObject

Returns the value of attribute updateTime.



26214
26215
26216
# File 'lib/eBay.rb', line 26214

def updateTime
  @updateTime
end

Instance Method Details

#set_any(elements) ⇒ Object



26217
26218
26219
# File 'lib/eBay.rb', line 26217

def set_any(elements)
  @__xmlele_any = elements
end