Class: EBay::SellingManagerEmailLogType

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

Overview

urn:ebay:apis:eBLBaseComponentsSellingManagerEmailLogType

emailType - EBay::SellingManagerEmailTypeCodeType
customEmailName - SOAP::SOAPString
emailState - EBay::SellingManagerEmailSentStatusCodeType
eventTime - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(emailType = nil, customEmailName = nil, emailState = nil, eventTime = nil) ⇒ SellingManagerEmailLogType

Returns a new instance of SellingManagerEmailLogType.



31705
31706
31707
31708
31709
31710
31711
# File 'lib/eBay.rb', line 31705

def initialize(emailType = nil, customEmailName = nil, emailState = nil, eventTime = nil)
  @emailType = emailType
  @customEmailName = customEmailName
  @emailState = emailState
  @eventTime = eventTime
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



31699
31700
31701
# File 'lib/eBay.rb', line 31699

def __xmlele_any
  @__xmlele_any
end

#customEmailNameObject

Returns the value of attribute customEmailName.



31696
31697
31698
# File 'lib/eBay.rb', line 31696

def customEmailName
  @customEmailName
end

#emailStateObject

Returns the value of attribute emailState.



31697
31698
31699
# File 'lib/eBay.rb', line 31697

def emailState
  @emailState
end

#emailTypeObject

Returns the value of attribute emailType.



31695
31696
31697
# File 'lib/eBay.rb', line 31695

def emailType
  @emailType
end

#eventTimeObject

Returns the value of attribute eventTime.



31698
31699
31700
# File 'lib/eBay.rb', line 31698

def eventTime
  @eventTime
end

Instance Method Details

#set_any(elements) ⇒ Object



31701
31702
31703
# File 'lib/eBay.rb', line 31701

def set_any(elements)
  @__xmlele_any = elements
end