Class: EBay::WantItNowPostType
- Inherits:
-
Object
- Object
- EBay::WantItNowPostType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsWantItNowPostType
categoryID - SOAP::SOAPString
description - SOAP::SOAPString
postID - (any)
site - EBay::SiteCodeType
startTime - SOAP::SOAPDateTime
responseCount - SOAP::SOAPInt
title - SOAP::SOAPString
Instance Attribute Summary collapse
-
#categoryID ⇒ Object
Returns the value of attribute categoryID.
-
#description ⇒ Object
Returns the value of attribute description.
-
#postID ⇒ Object
Returns the value of attribute postID.
-
#responseCount ⇒ Object
Returns the value of attribute responseCount.
-
#site ⇒ Object
Returns the value of attribute site.
-
#startTime ⇒ Object
Returns the value of attribute startTime.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
-
#initialize(categoryID = nil, description = nil, postID = nil, site = nil, startTime = nil, responseCount = nil, title = nil) ⇒ WantItNowPostType
constructor
A new instance of WantItNowPostType.
Constructor Details
#initialize(categoryID = nil, description = nil, postID = nil, site = nil, startTime = nil, responseCount = nil, title = nil) ⇒ WantItNowPostType
Returns a new instance of WantItNowPostType.
35679 35680 35681 35682 35683 35684 35685 35686 35687 |
# File 'lib/eBay.rb', line 35679 def initialize(categoryID = nil, description = nil, postID = nil, site = nil, startTime = nil, responseCount = nil, title = nil) @categoryID = categoryID @description = description @postID = postID @site = site @startTime = startTime @responseCount = responseCount @title = title end |
Instance Attribute Details
#categoryID ⇒ Object
Returns the value of attribute categoryID.
35671 35672 35673 |
# File 'lib/eBay.rb', line 35671 def categoryID @categoryID end |
#description ⇒ Object
Returns the value of attribute description.
35672 35673 35674 |
# File 'lib/eBay.rb', line 35672 def description @description end |
#postID ⇒ Object
Returns the value of attribute postID.
35673 35674 35675 |
# File 'lib/eBay.rb', line 35673 def postID @postID end |
#responseCount ⇒ Object
Returns the value of attribute responseCount.
35676 35677 35678 |
# File 'lib/eBay.rb', line 35676 def responseCount @responseCount end |
#site ⇒ Object
Returns the value of attribute site.
35674 35675 35676 |
# File 'lib/eBay.rb', line 35674 def site @site end |
#startTime ⇒ Object
Returns the value of attribute startTime.
35675 35676 35677 |
# File 'lib/eBay.rb', line 35675 def startTime @startTime end |
#title ⇒ Object
Returns the value of attribute title.
35677 35678 35679 |
# File 'lib/eBay.rb', line 35677 def title @title end |