Class: EBay::GetSellingManagerEmailLogRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellingManagerEmailLogRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
itemID - (any)
transactionID - SOAP::SOAPLong
orderID - (any)
emailDateRange - EBay::TimeRangeType
orderLineItemID - SOAP::SOAPString

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, itemID = nil, transactionID = nil, orderID = nil, emailDateRange = nil, orderLineItemID = nil) ⇒ GetSellingManagerEmailLogRequestType

Returns a new instance of GetSellingManagerEmailLogRequestType.



4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
# File 'lib/eBay.rb', line 4651

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4640
4641
4642
# File 'lib/eBay.rb', line 4640

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



4639
4640
4641
# File 'lib/eBay.rb', line 4639

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



4630
4631
4632
# File 'lib/eBay.rb', line 4630

def detailLevel
  @detailLevel
end

#emailDateRangeObject

Returns the value of attribute emailDateRange.



4644
4645
4646
# File 'lib/eBay.rb', line 4644

def emailDateRange
  @emailDateRange
end

#endUserIPObject

Returns the value of attribute endUserIP.



4634
4635
4636
# File 'lib/eBay.rb', line 4634

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4635
4636
4637
# File 'lib/eBay.rb', line 4635

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4631
4632
4633
# File 'lib/eBay.rb', line 4631

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



4636
4637
4638
# File 'lib/eBay.rb', line 4636

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



4641
4642
4643
# File 'lib/eBay.rb', line 4641

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



4632
4633
4634
# File 'lib/eBay.rb', line 4632

def messageID
  @messageID
end

#orderIDObject

Returns the value of attribute orderID.



4643
4644
4645
# File 'lib/eBay.rb', line 4643

def orderID
  @orderID
end

#orderLineItemIDObject

Returns the value of attribute orderLineItemID.



4645
4646
4647
# File 'lib/eBay.rb', line 4645

def orderLineItemID
  @orderLineItemID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



4637
4638
4639
# File 'lib/eBay.rb', line 4637

def outputSelector
  @outputSelector
end

#transactionIDObject

Returns the value of attribute transactionID.



4642
4643
4644
# File 'lib/eBay.rb', line 4642

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



4633
4634
4635
# File 'lib/eBay.rb', line 4633

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4638
4639
4640
# File 'lib/eBay.rb', line 4638

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4647
4648
4649
# File 'lib/eBay.rb', line 4647

def set_any(elements)
  @__xmlele_any = elements
end