Class: EndOfAuctionEmailPreferencesType

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

Overview

urn:ebay:apis:eBLBaseComponentsEndOfAuctionEmailPreferencesType

Constant Summary collapse

@@schema_type =
"EndOfAuctionEmailPreferencesType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["templateText", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TemplateText")]],
  ["logoURL", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LogoURL")]],
  ["logoType", ["EndOfAuctionLogoTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LogoType")]],
  ["emailCustomized", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EmailCustomized")]],
  ["textCustomized", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TextCustomized")]],
  ["logoCustomized", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LogoCustomized")]],
  ["copyEmail", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CopyEmail")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

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.



17107
17108
17109
17110
17111
17112
17113
17114
17115
17116
# File 'lib/eBay.rb', line 17107

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.



17101
17102
17103
# File 'lib/eBay.rb', line 17101

def __xmlele_any
  @__xmlele_any
end

#copyEmailObject

Returns the value of attribute copyEmail.



17100
17101
17102
# File 'lib/eBay.rb', line 17100

def copyEmail
  @copyEmail
end

#emailCustomizedObject

Returns the value of attribute emailCustomized.



17097
17098
17099
# File 'lib/eBay.rb', line 17097

def emailCustomized
  @emailCustomized
end

#logoCustomizedObject

Returns the value of attribute logoCustomized.



17099
17100
17101
# File 'lib/eBay.rb', line 17099

def logoCustomized
  @logoCustomized
end

#logoTypeObject

Returns the value of attribute logoType.



17096
17097
17098
# File 'lib/eBay.rb', line 17096

def logoType
  @logoType
end

#logoURLObject

Returns the value of attribute logoURL.



17095
17096
17097
# File 'lib/eBay.rb', line 17095

def logoURL
  @logoURL
end

#templateTextObject

Returns the value of attribute templateText.



17094
17095
17096
# File 'lib/eBay.rb', line 17094

def templateText
  @templateText
end

#textCustomizedObject

Returns the value of attribute textCustomized.



17098
17099
17100
# File 'lib/eBay.rb', line 17098

def textCustomized
  @textCustomized
end

Instance Method Details

#set_any(elements) ⇒ Object



17103
17104
17105
# File 'lib/eBay.rb', line 17103

def set_any(elements)
  @__xmlele_any = elements
end