Class: BotBlockRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsBotBlockRequestType

botBlockToken - SOAP::SOAPString
botBlockUserInput - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(botBlockToken = nil, botBlockUserInput = nil) ⇒ BotBlockRequestType

Returns a new instance of BotBlockRequestType.



15770
15771
15772
15773
15774
# File 'lib/eBay.rb', line 15770

def initialize(botBlockToken = nil, botBlockUserInput = nil)
  @botBlockToken = botBlockToken
  @botBlockUserInput = botBlockUserInput
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



15764
15765
15766
# File 'lib/eBay.rb', line 15764

def __xmlele_any
  @__xmlele_any
end

#botBlockTokenObject

Returns the value of attribute botBlockToken.



15762
15763
15764
# File 'lib/eBay.rb', line 15762

def botBlockToken
  @botBlockToken
end

#botBlockUserInputObject

Returns the value of attribute botBlockUserInput.



15763
15764
15765
# File 'lib/eBay.rb', line 15763

def botBlockUserInput
  @botBlockUserInput
end

Instance Method Details

#set_any(elements) ⇒ Object



15766
15767
15768
# File 'lib/eBay.rb', line 15766

def set_any(elements)
  @__xmlele_any = elements
end