Class: EBay::BotBlockRequestType
- Inherits:
-
Object
- Object
- EBay::BotBlockRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsBotBlockRequestType
botBlockToken - SOAP::SOAPString
botBlockUserInput - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlockToken ⇒ Object
Returns the value of attribute botBlockToken.
-
#botBlockUserInput ⇒ Object
Returns the value of attribute botBlockUserInput.
Instance Method Summary collapse
-
#initialize(botBlockToken = nil, botBlockUserInput = nil) ⇒ BotBlockRequestType
constructor
A new instance of BotBlockRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(botBlockToken = nil, botBlockUserInput = nil) ⇒ BotBlockRequestType
Returns a new instance of BotBlockRequestType.
19670 19671 19672 19673 19674 |
# File 'lib/eBay.rb', line 19670 def initialize(botBlockToken = nil, botBlockUserInput = nil) @botBlockToken = botBlockToken @botBlockUserInput = botBlockUserInput @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
19664 19665 19666 |
# File 'lib/eBay.rb', line 19664 def __xmlele_any @__xmlele_any end |
#botBlockToken ⇒ Object
Returns the value of attribute botBlockToken.
19662 19663 19664 |
# File 'lib/eBay.rb', line 19662 def botBlockToken @botBlockToken end |
#botBlockUserInput ⇒ Object
Returns the value of attribute botBlockUserInput.
19663 19664 19665 |
# File 'lib/eBay.rb', line 19663 def botBlockUserInput @botBlockUserInput end |
Instance Method Details
#set_any(elements) ⇒ Object
19666 19667 19668 |
# File 'lib/eBay.rb', line 19666 def set_any(elements) @__xmlele_any = elements end |