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



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

Returns the value of attribute __xmlele_any.



19685
19686
19687
# File 'lib/eBay.rb', line 19685

def __xmlele_any
  @__xmlele_any
end

#botBlockAudioUrlObject

Returns the value of attribute botBlockAudioUrl.



19684
19685
19686
# File 'lib/eBay.rb', line 19684

def botBlockAudioUrl
  @botBlockAudioUrl
end

#botBlockTokenObject

Returns the value of attribute botBlockToken.



19682
19683
19684
# File 'lib/eBay.rb', line 19682

def botBlockToken
  @botBlockToken
end

#botBlockUrlObject

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