Class: EBay::ListingFeatureDetailsType
- Inherits:
-
Object
- Object
- EBay::ListingFeatureDetailsType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#boldTitle ⇒ Object
Returns the value of attribute boldTitle.
-
#border ⇒ Object
Returns the value of attribute border.
-
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
-
#featuredFirst ⇒ Object
Returns the value of attribute featuredFirst.
-
#featuredPlus ⇒ Object
Returns the value of attribute featuredPlus.
-
#giftIcon ⇒ Object
Returns the value of attribute giftIcon.
-
#highlight ⇒ Object
Returns the value of attribute highlight.
-
#homePageFeatured ⇒ Object
Returns the value of attribute homePageFeatured.
-
#proPack ⇒ Object
Returns the value of attribute proPack.
-
#updateTime ⇒ Object
Returns the value of attribute updateTime.
Instance Method Summary collapse
-
#initialize(boldTitle = nil, border = nil, highlight = nil, giftIcon = nil, homePageFeatured = nil, featuredFirst = nil, featuredPlus = nil, proPack = nil, detailVersion = nil, updateTime = nil) ⇒ ListingFeatureDetailsType
constructor
A new instance of ListingFeatureDetailsType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
26215 26216 26217 |
# File 'lib/eBay.rb', line 26215 def __xmlele_any @__xmlele_any end |
#boldTitle ⇒ Object
Returns the value of attribute boldTitle.
26205 26206 26207 |
# File 'lib/eBay.rb', line 26205 def boldTitle @boldTitle end |
#border ⇒ Object
Returns the value of attribute border.
26206 26207 26208 |
# File 'lib/eBay.rb', line 26206 def border @border end |
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
26213 26214 26215 |
# File 'lib/eBay.rb', line 26213 def detailVersion @detailVersion end |
#featuredFirst ⇒ Object
Returns the value of attribute featuredFirst.
26210 26211 26212 |
# File 'lib/eBay.rb', line 26210 def featuredFirst @featuredFirst end |
#featuredPlus ⇒ Object
Returns the value of attribute featuredPlus.
26211 26212 26213 |
# File 'lib/eBay.rb', line 26211 def featuredPlus @featuredPlus end |
#giftIcon ⇒ Object
Returns the value of attribute giftIcon.
26208 26209 26210 |
# File 'lib/eBay.rb', line 26208 def giftIcon @giftIcon end |
#highlight ⇒ Object
Returns the value of attribute highlight.
26207 26208 26209 |
# File 'lib/eBay.rb', line 26207 def highlight @highlight end |
#homePageFeatured ⇒ Object
Returns the value of attribute homePageFeatured.
26209 26210 26211 |
# File 'lib/eBay.rb', line 26209 def homePageFeatured @homePageFeatured end |
#proPack ⇒ Object
Returns the value of attribute proPack.
26212 26213 26214 |
# File 'lib/eBay.rb', line 26212 def proPack @proPack end |
#updateTime ⇒ Object
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 |