Class: BotBlockResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsBotBlockResponseType

botBlockToken - SOAP::SOAPString
botBlockUrl - SOAP::SOAPString
botBlockAudioUrl - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(botBlockToken = nil, botBlockUrl = nil, botBlockAudioUrl = nil) ⇒ BotBlockResponseType

Returns a new instance of BotBlockResponseType.



15791
15792
15793
15794
15795
15796
# File 'lib/eBay.rb', line 15791

def initialize(botBlockToken = nil, botBlockUrl = nil, botBlockAudioUrl = nil)
  @botBlockToken = botBlockToken
  @botBlockUrl = botBlockUrl
  @botBlockAudioUrl = botBlockAudioUrl
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



15785
15786
15787
# File 'lib/eBay.rb', line 15785

def __xmlele_any
  @__xmlele_any
end

#botBlockAudioUrlObject

Returns the value of attribute botBlockAudioUrl.



15784
15785
15786
# File 'lib/eBay.rb', line 15784

def botBlockAudioUrl
  @botBlockAudioUrl
end

#botBlockTokenObject

Returns the value of attribute botBlockToken.



15782
15783
15784
# File 'lib/eBay.rb', line 15782

def botBlockToken
  @botBlockToken
end

#botBlockUrlObject

Returns the value of attribute botBlockUrl.



15783
15784
15785
# File 'lib/eBay.rb', line 15783

def botBlockUrl
  @botBlockUrl
end

Instance Method Details

#set_any(elements) ⇒ Object



15787
15788
15789
# File 'lib/eBay.rb', line 15787

def set_any(elements)
  @__xmlele_any = elements
end