Class: GetRuNameResponseType
- Inherits:
-
Object
- Object
- GetRuNameResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetRuNameResponseType
Constant Summary collapse
- @@schema_type =
"GetRuNameResponseType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]], ["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]], ["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]], ["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]], ["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]], ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]], ["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]], ["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]], ["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]], ["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]], ["eIASToken", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EIASToken")]], ["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]], ["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]], ["ruName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RuName")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#build ⇒ Object
Returns the value of attribute build.
-
#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.
-
#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.
-
#ruName ⇒ Object
Returns the value of attribute ruName.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#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, ruName = nil) ⇒ GetRuNameResponseType
constructor
A new instance of GetRuNameResponseType.
- #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, ruName = nil) ⇒ GetRuNameResponseType
Returns a new instance of GetRuNameResponseType.
8089 8090 8091 8092 8093 8094 8095 8096 8097 8098 8099 8100 8101 8102 8103 8104 8105 |
# File 'lib/eBay.rb', line 8089 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, ruName = 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 @__xmlele_any = nil @ruName = ruName end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
8082 8083 8084 |
# File 'lib/eBay.rb', line 8082 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
8070 8071 8072 |
# File 'lib/eBay.rb', line 8070 def ack @ack end |
#build ⇒ Object
Returns the value of attribute build.
8075 8076 8077 |
# File 'lib/eBay.rb', line 8075 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
8071 8072 8073 |
# File 'lib/eBay.rb', line 8071 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
8077 8078 8079 |
# File 'lib/eBay.rb', line 8077 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
8079 8080 8081 |
# File 'lib/eBay.rb', line 8079 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
8072 8073 8074 |
# File 'lib/eBay.rb', line 8072 def errors @errors end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
8081 8082 8083 |
# File 'lib/eBay.rb', line 8081 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
8073 8074 8075 |
# File 'lib/eBay.rb', line 8073 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
8076 8077 8078 |
# File 'lib/eBay.rb', line 8076 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
8080 8081 8082 |
# File 'lib/eBay.rb', line 8080 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
8078 8079 8080 |
# File 'lib/eBay.rb', line 8078 def recipientUserID @recipientUserID end |
#ruName ⇒ Object
Returns the value of attribute ruName.
8083 8084 8085 |
# File 'lib/eBay.rb', line 8083 def ruName @ruName end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
8069 8070 8071 |
# File 'lib/eBay.rb', line 8069 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
8074 8075 8076 |
# File 'lib/eBay.rb', line 8074 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
8085 8086 8087 |
# File 'lib/eBay.rb', line 8085 def set_any(elements) @__xmlele_any = elements end |