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.



15431
15432
15433
15434
15435
15436
15437
15438
15439
15440
# File 'lib/eBay.rb', line 15431

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.



15425
15426
15427
# File 'lib/eBay.rb', line 15425

def __xmlele_any
  @__xmlele_any
end

#copyEmailObject

Returns the value of attribute copyEmail.



15424
15425
15426
# File 'lib/eBay.rb', line 15424

def copyEmail
  @copyEmail
end

#emailCustomizedObject

Returns the value of attribute emailCustomized.



15421
15422
15423
# File 'lib/eBay.rb', line 15421

def emailCustomized
  @emailCustomized
end

#logoCustomizedObject

Returns the value of attribute logoCustomized.



15423
15424
15425
# File 'lib/eBay.rb', line 15423

def logoCustomized
  @logoCustomized
end

#logoTypeObject

Returns the value of attribute logoType.



15420
15421
15422
# File 'lib/eBay.rb', line 15420

def logoType
  @logoType
end

#logoURLObject

Returns the value of attribute logoURL.



15419
15420
15421
# File 'lib/eBay.rb', line 15419

def logoURL
  @logoURL
end

#templateTextObject

Returns the value of attribute templateText.



15418
15419
15420
# File 'lib/eBay.rb', line 15418

def templateText
  @templateText
end

#textCustomizedObject

Returns the value of attribute textCustomized.



15422
15423
15424
# File 'lib/eBay.rb', line 15422

def textCustomized
  @textCustomized
end

Instance Method Details

#set_any(elements) ⇒ Object



15427
15428
15429
# File 'lib/eBay.rb', line 15427

def set_any(elements)
  @__xmlele_any = elements
end