Class: EBay::GetCategoryFeaturesResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetCategoryFeaturesResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetCategoryFeaturesResponseType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#build ⇒ Object
Returns the value of attribute build.
-
#category ⇒ Object
Returns the value of attribute category.
-
#categoryVersion ⇒ Object
Returns the value of attribute categoryVersion.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#featureDefinitions ⇒ Object
Returns the value of attribute featureDefinitions.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#siteDefaults ⇒ Object
Returns the value of attribute siteDefaults.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#updateTime ⇒ Object
Returns the value of attribute updateTime.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#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
constructor
A new instance of GetCategoryFeaturesResponseType.
- #set_any(elements) ⇒ Object
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( = nil, ack = nil, correlationID = nil, errors = [], = 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 = @ack = ack @correlationID = correlationID @errors = errors @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
11570 11571 11572 |
# File 'lib/eBay.rb', line 11570 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
11556 11557 11558 |
# File 'lib/eBay.rb', line 11556 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
11568 11569 11570 |
# File 'lib/eBay.rb', line 11568 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
11561 11562 11563 |
# File 'lib/eBay.rb', line 11561 def build @build end |
#category ⇒ Object
Returns the value of attribute category.
11573 11574 11575 |
# File 'lib/eBay.rb', line 11573 def category @category end |
#categoryVersion ⇒ Object
Returns the value of attribute categoryVersion.
11571 11572 11573 |
# File 'lib/eBay.rb', line 11571 def categoryVersion @categoryVersion end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
11557 11558 11559 |
# File 'lib/eBay.rb', line 11557 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
11563 11564 11565 |
# File 'lib/eBay.rb', line 11563 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
11565 11566 11567 |
# File 'lib/eBay.rb', line 11565 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
11558 11559 11560 |
# File 'lib/eBay.rb', line 11558 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
11569 11570 11571 |
# File 'lib/eBay.rb', line 11569 def externalUserData @externalUserData end |
#featureDefinitions ⇒ Object
Returns the value of attribute featureDefinitions.
11575 11576 11577 |
# File 'lib/eBay.rb', line 11575 def featureDefinitions @featureDefinitions end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
11567 11568 11569 |
# File 'lib/eBay.rb', line 11567 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
11559 11560 11561 |
# File 'lib/eBay.rb', line 11559 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
11562 11563 11564 |
# File 'lib/eBay.rb', line 11562 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
11566 11567 11568 |
# File 'lib/eBay.rb', line 11566 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
11564 11565 11566 |
# File 'lib/eBay.rb', line 11564 def recipientUserID @recipientUserID end |
#siteDefaults ⇒ Object
Returns the value of attribute siteDefaults.
11574 11575 11576 |
# File 'lib/eBay.rb', line 11574 def siteDefaults @siteDefaults end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
11555 11556 11557 |
# File 'lib/eBay.rb', line 11555 def @timestamp end |
#updateTime ⇒ Object
Returns the value of attribute updateTime.
11572 11573 11574 |
# File 'lib/eBay.rb', line 11572 def updateTime @updateTime end |
#version ⇒ Object
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 |