Class: GetStoreCustomPageResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetStoreCustomPageResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType
customPageArray - StoreCustomPageArrayType

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, customPageArray = nil) ⇒ GetStoreCustomPageResponseType

Returns a new instance of GetStoreCustomPageResponseType.



12612
12613
12614
12615
12616
12617
12618
12619
12620
12621
12622
12623
12624
12625
12626
12627
12628
12629
# File 'lib/eBay.rb', line 12612

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, customPageArray = 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
  @__xmlele_any = nil
  @customPageArray = customPageArray
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12605
12606
12607
# File 'lib/eBay.rb', line 12605

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



12592
12593
12594
# File 'lib/eBay.rb', line 12592

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



12604
12605
12606
# File 'lib/eBay.rb', line 12604

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



12597
12598
12599
# File 'lib/eBay.rb', line 12597

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



12593
12594
12595
# File 'lib/eBay.rb', line 12593

def correlationID
  @correlationID
end

#customPageArrayObject

Returns the value of attribute customPageArray.



12606
12607
12608
# File 'lib/eBay.rb', line 12606

def customPageArray
  @customPageArray
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



12599
12600
12601
# File 'lib/eBay.rb', line 12599

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



12601
12602
12603
# File 'lib/eBay.rb', line 12601

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



12594
12595
12596
# File 'lib/eBay.rb', line 12594

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



12603
12604
12605
# File 'lib/eBay.rb', line 12603

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



12595
12596
12597
# File 'lib/eBay.rb', line 12595

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



12598
12599
12600
# File 'lib/eBay.rb', line 12598

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



12602
12603
12604
# File 'lib/eBay.rb', line 12602

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



12600
12601
12602
# File 'lib/eBay.rb', line 12600

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



12591
12592
12593
# File 'lib/eBay.rb', line 12591

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



12596
12597
12598
# File 'lib/eBay.rb', line 12596

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



12608
12609
12610
# File 'lib/eBay.rb', line 12608

def set_any(elements)
  @__xmlele_any = elements
end