Class: EBay::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.



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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



19664
19665
19666
# File 'lib/eBay.rb', line 19664

def __xmlele_any
  @__xmlele_any
end

#botBlockTokenObject

Returns the value of attribute botBlockToken.



19662
19663
19664
# File 'lib/eBay.rb', line 19662

def botBlockToken
  @botBlockToken
end

#botBlockUserInputObject

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