Class: GetShippingDiscountProfilesRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetShippingDiscountProfilesRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil) ⇒ GetShippingDiscountProfilesRequestType

Returns a new instance of GetShippingDiscountProfilesRequestType.



4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
# File 'lib/eBay.rb', line 4449

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4443
4444
4445
# File 'lib/eBay.rb', line 4443

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



4442
4443
4444
# File 'lib/eBay.rb', line 4442

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



4433
4434
4435
# File 'lib/eBay.rb', line 4433

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



4437
4438
4439
# File 'lib/eBay.rb', line 4437

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4438
4439
4440
# File 'lib/eBay.rb', line 4438

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4434
4435
4436
# File 'lib/eBay.rb', line 4434

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



4439
4440
4441
# File 'lib/eBay.rb', line 4439

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



4435
4436
4437
# File 'lib/eBay.rb', line 4435

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



4440
4441
4442
# File 'lib/eBay.rb', line 4440

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



4436
4437
4438
# File 'lib/eBay.rb', line 4436

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4441
4442
4443
# File 'lib/eBay.rb', line 4441

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4445
4446
4447
# File 'lib/eBay.rb', line 4445

def set_any(elements)
  @__xmlele_any = elements
end