Class: EBay::WantItNowPostType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#categoryIDObject

Returns the value of attribute categoryID.



35671
35672
35673
# File 'lib/eBay.rb', line 35671

def categoryID
  @categoryID
end

#descriptionObject

Returns the value of attribute description.



35672
35673
35674
# File 'lib/eBay.rb', line 35672

def description
  @description
end

#postIDObject

Returns the value of attribute postID.



35673
35674
35675
# File 'lib/eBay.rb', line 35673

def postID
  @postID
end

#responseCountObject

Returns the value of attribute responseCount.



35676
35677
35678
# File 'lib/eBay.rb', line 35676

def responseCount
  @responseCount
end

#siteObject

Returns the value of attribute site.



35674
35675
35676
# File 'lib/eBay.rb', line 35674

def site
  @site
end

#startTimeObject

Returns the value of attribute startTime.



35675
35676
35677
# File 'lib/eBay.rb', line 35675

def startTime
  @startTime
end

#titleObject

Returns the value of attribute title.



35677
35678
35679
# File 'lib/eBay.rb', line 35677

def title
  @title
end