Class: EBay::AddItemResponseContainerType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsAddItemResponseContainerType

itemID - (any)
startTime - SOAP::SOAPDateTime
endTime - SOAP::SOAPDateTime
fees - EBay::FeesType
categoryID - SOAP::SOAPString
category2ID - SOAP::SOAPString
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - SOAP::SOAPString
discountReason - EBay::DiscountReasonCodeType
listingRecommendations - EBay::ListingRecommendationsType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(itemID = nil, startTime = nil, endTime = nil, fees = nil, categoryID = nil, category2ID = nil, correlationID = nil, errors = [], message = nil, discountReason = [], listingRecommendations = nil) ⇒ AddItemResponseContainerType

Returns a new instance of AddItemResponseContainerType.



20323
20324
20325
20326
20327
20328
20329
20330
20331
20332
20333
20334
20335
20336
# File 'lib/eBay.rb', line 20323

def initialize(itemID = nil, startTime = nil, endTime = nil, fees = nil, categoryID = nil, category2ID = nil, correlationID = nil, errors = [], message = nil, discountReason = [], listingRecommendations = nil)
  @itemID = itemID
  @startTime = startTime
  @endTime = endTime
  @fees = fees
  @categoryID = categoryID
  @category2ID = category2ID
  @correlationID = correlationID
  @errors = errors
  @message = message
  @discountReason = discountReason
  @listingRecommendations = listingRecommendations
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



20317
20318
20319
# File 'lib/eBay.rb', line 20317

def __xmlele_any
  @__xmlele_any
end

#category2IDObject

Returns the value of attribute category2ID.



20311
20312
20313
# File 'lib/eBay.rb', line 20311

def category2ID
  @category2ID
end

#categoryIDObject

Returns the value of attribute categoryID.



20310
20311
20312
# File 'lib/eBay.rb', line 20310

def categoryID
  @categoryID
end

#correlationIDObject

Returns the value of attribute correlationID.



20312
20313
20314
# File 'lib/eBay.rb', line 20312

def correlationID
  @correlationID
end

#discountReasonObject

Returns the value of attribute discountReason.



20315
20316
20317
# File 'lib/eBay.rb', line 20315

def discountReason
  @discountReason
end

#endTimeObject

Returns the value of attribute endTime.



20308
20309
20310
# File 'lib/eBay.rb', line 20308

def endTime
  @endTime
end

#errorsObject

Returns the value of attribute errors.



20313
20314
20315
# File 'lib/eBay.rb', line 20313

def errors
  @errors
end

#feesObject

Returns the value of attribute fees.



20309
20310
20311
# File 'lib/eBay.rb', line 20309

def fees
  @fees
end

#itemIDObject

Returns the value of attribute itemID.



20306
20307
20308
# File 'lib/eBay.rb', line 20306

def itemID
  @itemID
end

#listingRecommendationsObject

Returns the value of attribute listingRecommendations.



20316
20317
20318
# File 'lib/eBay.rb', line 20316

def listingRecommendations
  @listingRecommendations
end

#messageObject

Returns the value of attribute message.



20314
20315
20316
# File 'lib/eBay.rb', line 20314

def message
  @message
end

#startTimeObject

Returns the value of attribute startTime.



20307
20308
20309
# File 'lib/eBay.rb', line 20307

def startTime
  @startTime
end

Instance Method Details

#set_any(elements) ⇒ Object



20319
20320
20321
# File 'lib/eBay.rb', line 20319

def set_any(elements)
  @__xmlele_any = elements
end