Class: 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 - 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.



25739
25740
25741
25742
25743
25744
25745
25746
25747
# File 'lib/eBay.rb', line 25739

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.



25731
25732
25733
# File 'lib/eBay.rb', line 25731

def categoryID
  @categoryID
end

#descriptionObject

Returns the value of attribute description.



25732
25733
25734
# File 'lib/eBay.rb', line 25732

def description
  @description
end

#postIDObject

Returns the value of attribute postID.



25733
25734
25735
# File 'lib/eBay.rb', line 25733

def postID
  @postID
end

#responseCountObject

Returns the value of attribute responseCount.



25736
25737
25738
# File 'lib/eBay.rb', line 25736

def responseCount
  @responseCount
end

#siteObject

Returns the value of attribute site.



25734
25735
25736
# File 'lib/eBay.rb', line 25734

def site
  @site
end

#startTimeObject

Returns the value of attribute startTime.



25735
25736
25737
# File 'lib/eBay.rb', line 25735

def startTime
  @startTime
end

#titleObject

Returns the value of attribute title.



25737
25738
25739
# File 'lib/eBay.rb', line 25737

def title
  @title
end