Class: WantItNowPostType
- Inherits:
-
Object
- Object
- WantItNowPostType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsWantItNowPostType
Constant Summary collapse
- @@schema_type =
"WantItNowPostType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["categoryID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryID")]], ["description", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Description")]], ["postID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PostID")]], ["site", ["SiteCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Site")]], ["startTime", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StartTime")]], ["responseCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ResponseCount")]], ["title", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Title")]] ]
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.
24221 24222 24223 24224 24225 24226 24227 24228 24229 |
# File 'lib/eBay.rb', line 24221 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.
24213 24214 24215 |
# File 'lib/eBay.rb', line 24213 def categoryID @categoryID end |
#description ⇒ Object
Returns the value of attribute description.
24214 24215 24216 |
# File 'lib/eBay.rb', line 24214 def description @description end |
#postID ⇒ Object
Returns the value of attribute postID.
24215 24216 24217 |
# File 'lib/eBay.rb', line 24215 def postID @postID end |
#responseCount ⇒ Object
Returns the value of attribute responseCount.
24218 24219 24220 |
# File 'lib/eBay.rb', line 24218 def responseCount @responseCount end |
#site ⇒ Object
Returns the value of attribute site.
24216 24217 24218 |
# File 'lib/eBay.rb', line 24216 def site @site end |
#startTime ⇒ Object
Returns the value of attribute startTime.
24217 24218 24219 |
# File 'lib/eBay.rb', line 24217 def startTime @startTime end |
#title ⇒ Object
Returns the value of attribute title.
24219 24220 24221 |
# File 'lib/eBay.rb', line 24219 def title @title end |