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.



13610
13611
13612
13613
13614
13615
13616
13617
13618
13619
# File 'lib/eBay.rb', line 13610

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.



13604
13605
13606
# File 'lib/eBay.rb', line 13604

def __xmlele_any
  @__xmlele_any
end

#copyEmailObject

Returns the value of attribute copyEmail.



13603
13604
13605
# File 'lib/eBay.rb', line 13603

def copyEmail
  @copyEmail
end

#emailCustomizedObject

Returns the value of attribute emailCustomized.



13600
13601
13602
# File 'lib/eBay.rb', line 13600

def emailCustomized
  @emailCustomized
end

#logoCustomizedObject

Returns the value of attribute logoCustomized.



13602
13603
13604
# File 'lib/eBay.rb', line 13602

def logoCustomized
  @logoCustomized
end

#logoTypeObject

Returns the value of attribute logoType.



13599
13600
13601
# File 'lib/eBay.rb', line 13599

def logoType
  @logoType
end

#logoURLObject

Returns the value of attribute logoURL.



13598
13599
13600
# File 'lib/eBay.rb', line 13598

def logoURL
  @logoURL
end

#templateTextObject

Returns the value of attribute templateText.



13597
13598
13599
# File 'lib/eBay.rb', line 13597

def templateText
  @templateText
end

#textCustomizedObject

Returns the value of attribute textCustomized.



13601
13602
13603
# File 'lib/eBay.rb', line 13601

def textCustomized
  @textCustomized
end

Instance Method Details

#set_any(elements) ⇒ Object



13606
13607
13608
# File 'lib/eBay.rb', line 13606

def set_any(elements)
  @__xmlele_any = elements
end