Class: EndOfAuctionEmailPreferencesType

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

Overview

urn:ebay:apis:eBLBaseComponentsEndOfAuctionEmailPreferencesType

templateText - SOAP::SOAPString
logoURL - SOAP::SOAPAnyURI
logoType - 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.



18905
18906
18907
18908
18909
18910
18911
18912
18913
18914
# File 'lib/eBay.rb', line 18905

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.



18899
18900
18901
# File 'lib/eBay.rb', line 18899

def __xmlele_any
  @__xmlele_any
end

#copyEmailObject

Returns the value of attribute copyEmail.



18898
18899
18900
# File 'lib/eBay.rb', line 18898

def copyEmail
  @copyEmail
end

#emailCustomizedObject

Returns the value of attribute emailCustomized.



18895
18896
18897
# File 'lib/eBay.rb', line 18895

def emailCustomized
  @emailCustomized
end

#logoCustomizedObject

Returns the value of attribute logoCustomized.



18897
18898
18899
# File 'lib/eBay.rb', line 18897

def logoCustomized
  @logoCustomized
end

#logoTypeObject

Returns the value of attribute logoType.



18894
18895
18896
# File 'lib/eBay.rb', line 18894

def logoType
  @logoType
end

#logoURLObject

Returns the value of attribute logoURL.



18893
18894
18895
# File 'lib/eBay.rb', line 18893

def logoURL
  @logoURL
end

#templateTextObject

Returns the value of attribute templateText.



18892
18893
18894
# File 'lib/eBay.rb', line 18892

def templateText
  @templateText
end

#textCustomizedObject

Returns the value of attribute textCustomized.



18896
18897
18898
# File 'lib/eBay.rb', line 18896

def textCustomized
  @textCustomized
end

Instance Method Details

#set_any(elements) ⇒ Object



18901
18902
18903
# File 'lib/eBay.rb', line 18901

def set_any(elements)
  @__xmlele_any = elements
end