Class: EBay::GetItemShippingResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetItemShippingResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
shippingDetails - EBay::ShippingDetailsType
pickUpInStoreDetails - EBay::PickupInStoreDetailsType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, shippingDetails = nil, pickUpInStoreDetails = nil) ⇒ GetItemShippingResponseType

Returns a new instance of GetItemShippingResponseType.



12495
12496
12497
12498
12499
12500
12501
12502
12503
12504
12505
12506
12507
12508
12509
12510
12511
12512
12513
12514
# File 'lib/eBay.rb', line 12495

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, shippingDetails = nil, pickUpInStoreDetails = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @eIASToken = eIASToken
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @botBlock = botBlock
  @externalUserData = externalUserData
  @__xmlele_any = nil
  @shippingDetails = shippingDetails
  @pickUpInStoreDetails = pickUpInStoreDetails
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12487
12488
12489
# File 'lib/eBay.rb', line 12487

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



12473
12474
12475
# File 'lib/eBay.rb', line 12473

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



12485
12486
12487
# File 'lib/eBay.rb', line 12485

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



12478
12479
12480
# File 'lib/eBay.rb', line 12478

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



12474
12475
12476
# File 'lib/eBay.rb', line 12474

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



12480
12481
12482
# File 'lib/eBay.rb', line 12480

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



12482
12483
12484
# File 'lib/eBay.rb', line 12482

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



12475
12476
12477
# File 'lib/eBay.rb', line 12475

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



12486
12487
12488
# File 'lib/eBay.rb', line 12486

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



12484
12485
12486
# File 'lib/eBay.rb', line 12484

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



12476
12477
12478
# File 'lib/eBay.rb', line 12476

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



12479
12480
12481
# File 'lib/eBay.rb', line 12479

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



12483
12484
12485
# File 'lib/eBay.rb', line 12483

def notificationSignature
  @notificationSignature
end

#pickUpInStoreDetailsObject

Returns the value of attribute pickUpInStoreDetails.



12489
12490
12491
# File 'lib/eBay.rb', line 12489

def pickUpInStoreDetails
  @pickUpInStoreDetails
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



12481
12482
12483
# File 'lib/eBay.rb', line 12481

def recipientUserID
  @recipientUserID
end

#shippingDetailsObject

Returns the value of attribute shippingDetails.



12488
12489
12490
# File 'lib/eBay.rb', line 12488

def shippingDetails
  @shippingDetails
end

#timestampObject

Returns the value of attribute timestamp.



12472
12473
12474
# File 'lib/eBay.rb', line 12472

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



12477
12478
12479
# File 'lib/eBay.rb', line 12477

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



12491
12492
12493
# File 'lib/eBay.rb', line 12491

def set_any(elements)
  @__xmlele_any = elements
end