Class: EBay::EndOfAuctionEmailPreferencesType

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

Overview

urn:ebay:apis:eBLBaseComponentsEndOfAuctionEmailPreferencesType

templateText - SOAP::SOAPString
logoURL - SOAP::SOAPAnyURI
logoType - EBay::EndOfAuctionLogoTypeCodeType
emailCustomized - SOAP::SOAPBoolean
textCustomized - SOAP::SOAPBoolean
logoCustomized - SOAP::SOAPBoolean
copyEmail - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(templateText = nil, logoURL = nil, logoType = nil, emailCustomized = nil, textCustomized = nil, logoCustomized = nil, copyEmail = nil) ⇒ EndOfAuctionEmailPreferencesType

Returns a new instance of EndOfAuctionEmailPreferencesType.



23760
23761
23762
23763
23764
23765
23766
23767
23768
23769
# File 'lib/eBay.rb', line 23760

def initialize(templateText = nil, logoURL = nil, logoType = nil, emailCustomized = nil, textCustomized = nil, logoCustomized = nil, copyEmail = nil)
  @templateText = templateText
  @logoURL = logoURL
  @logoType = logoType
  @emailCustomized = emailCustomized
  @textCustomized = textCustomized
  @logoCustomized = logoCustomized
  @copyEmail = copyEmail
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23754
23755
23756
# File 'lib/eBay.rb', line 23754

def __xmlele_any
  @__xmlele_any
end

#copyEmailObject

Returns the value of attribute copyEmail.



23753
23754
23755
# File 'lib/eBay.rb', line 23753

def copyEmail
  @copyEmail
end

#emailCustomizedObject

Returns the value of attribute emailCustomized.



23750
23751
23752
# File 'lib/eBay.rb', line 23750

def emailCustomized
  @emailCustomized
end

#logoCustomizedObject

Returns the value of attribute logoCustomized.



23752
23753
23754
# File 'lib/eBay.rb', line 23752

def logoCustomized
  @logoCustomized
end

#logoTypeObject

Returns the value of attribute logoType.



23749
23750
23751
# File 'lib/eBay.rb', line 23749

def logoType
  @logoType
end

#logoURLObject

Returns the value of attribute logoURL.



23748
23749
23750
# File 'lib/eBay.rb', line 23748

def logoURL
  @logoURL
end

#templateTextObject

Returns the value of attribute templateText.



23747
23748
23749
# File 'lib/eBay.rb', line 23747

def templateText
  @templateText
end

#textCustomizedObject

Returns the value of attribute textCustomized.



23751
23752
23753
# File 'lib/eBay.rb', line 23751

def textCustomized
  @textCustomized
end

Instance Method Details

#set_any(elements) ⇒ Object



23756
23757
23758
# File 'lib/eBay.rb', line 23756

def set_any(elements)
  @__xmlele_any = elements
end