Class: EBay::BotBlockResponseType
- Inherits:
-
Object
- Object
- EBay::BotBlockResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsBotBlockResponseType
botBlockToken - SOAP::SOAPString
botBlockUrl - SOAP::SOAPString
botBlockAudioUrl - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlockAudioUrl ⇒ Object
Returns the value of attribute botBlockAudioUrl.
-
#botBlockToken ⇒ Object
Returns the value of attribute botBlockToken.
-
#botBlockUrl ⇒ Object
Returns the value of attribute botBlockUrl.
Instance Method Summary collapse
-
#initialize(botBlockToken = nil, botBlockUrl = nil, botBlockAudioUrl = nil) ⇒ BotBlockResponseType
constructor
A new instance of BotBlockResponseType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(botBlockToken = nil, botBlockUrl = nil, botBlockAudioUrl = nil) ⇒ BotBlockResponseType
Returns a new instance of BotBlockResponseType.
19691 19692 19693 19694 19695 19696 |
# File 'lib/eBay.rb', line 19691 def initialize(botBlockToken = nil, botBlockUrl = nil, botBlockAudioUrl = nil) @botBlockToken = botBlockToken @botBlockUrl = botBlockUrl @botBlockAudioUrl = botBlockAudioUrl @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
19685 19686 19687 |
# File 'lib/eBay.rb', line 19685 def __xmlele_any @__xmlele_any end |
#botBlockAudioUrl ⇒ Object
Returns the value of attribute botBlockAudioUrl.
19684 19685 19686 |
# File 'lib/eBay.rb', line 19684 def botBlockAudioUrl @botBlockAudioUrl end |
#botBlockToken ⇒ Object
Returns the value of attribute botBlockToken.
19682 19683 19684 |
# File 'lib/eBay.rb', line 19682 def botBlockToken @botBlockToken end |
#botBlockUrl ⇒ Object
Returns the value of attribute botBlockUrl.
19683 19684 19685 |
# File 'lib/eBay.rb', line 19683 def botBlockUrl @botBlockUrl end |
Instance Method Details
#set_any(elements) ⇒ Object
19687 19688 19689 |
# File 'lib/eBay.rb', line 19687 def set_any(elements) @__xmlele_any = elements end |