Class: EBay::GetCategoryFeaturesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCategoryFeaturesResponseType

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
categoryVersion - SOAP::SOAPString
updateTime - SOAP::SOAPDateTime
category - EBay::CategoryFeatureType
siteDefaults - EBay::SiteDefaultsType
featureDefinitions - EBay::FeatureDefinitionsType

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, categoryVersion = nil, updateTime = nil, category = [], siteDefaults = nil, featureDefinitions = nil) ⇒ GetCategoryFeaturesResponseType

Returns a new instance of GetCategoryFeaturesResponseType.



11581
11582
11583
11584
11585
11586
11587
11588
11589
11590
11591
11592
11593
11594
11595
11596
11597
11598
11599
11600
11601
11602
11603
# File 'lib/eBay.rb', line 11581

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, categoryVersion = nil, updateTime = nil, category = [], siteDefaults = nil, featureDefinitions = 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
  @categoryVersion = categoryVersion
  @updateTime = updateTime
  @category = category
  @siteDefaults = siteDefaults
  @featureDefinitions = featureDefinitions
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11570
11571
11572
# File 'lib/eBay.rb', line 11570

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



11556
11557
11558
# File 'lib/eBay.rb', line 11556

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



11568
11569
11570
# File 'lib/eBay.rb', line 11568

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



11561
11562
11563
# File 'lib/eBay.rb', line 11561

def build
  @build
end

#categoryObject

Returns the value of attribute category.



11573
11574
11575
# File 'lib/eBay.rb', line 11573

def category
  @category
end

#categoryVersionObject

Returns the value of attribute categoryVersion.



11571
11572
11573
# File 'lib/eBay.rb', line 11571

def categoryVersion
  @categoryVersion
end

#correlationIDObject

Returns the value of attribute correlationID.



11557
11558
11559
# File 'lib/eBay.rb', line 11557

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



11563
11564
11565
# File 'lib/eBay.rb', line 11563

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



11565
11566
11567
# File 'lib/eBay.rb', line 11565

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



11558
11559
11560
# File 'lib/eBay.rb', line 11558

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



11569
11570
11571
# File 'lib/eBay.rb', line 11569

def externalUserData
  @externalUserData
end

#featureDefinitionsObject

Returns the value of attribute featureDefinitions.



11575
11576
11577
# File 'lib/eBay.rb', line 11575

def featureDefinitions
  @featureDefinitions
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



11567
11568
11569
# File 'lib/eBay.rb', line 11567

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



11559
11560
11561
# File 'lib/eBay.rb', line 11559

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



11562
11563
11564
# File 'lib/eBay.rb', line 11562

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



11566
11567
11568
# File 'lib/eBay.rb', line 11566

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



11564
11565
11566
# File 'lib/eBay.rb', line 11564

def recipientUserID
  @recipientUserID
end

#siteDefaultsObject

Returns the value of attribute siteDefaults.



11574
11575
11576
# File 'lib/eBay.rb', line 11574

def siteDefaults
  @siteDefaults
end

#timestampObject

Returns the value of attribute timestamp.



11555
11556
11557
# File 'lib/eBay.rb', line 11555

def timestamp
  @timestamp
end

#updateTimeObject

Returns the value of attribute updateTime.



11572
11573
11574
# File 'lib/eBay.rb', line 11572

def updateTime
  @updateTime
end

#versionObject

Returns the value of attribute version.



11560
11561
11562
# File 'lib/eBay.rb', line 11560

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



11577
11578
11579
# File 'lib/eBay.rb', line 11577

def set_any(elements)
  @__xmlele_any = elements
end