Method: WantItNowPostType#initialize

Defined in:
lib/eBay.rb

#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