Class: StoreFontType

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

Overview

urn:ebay:apis:eBLBaseComponentsStoreFontType

nameFace - StoreFontFaceCodeType
nameSize - StoreFontSizeCodeType
nameColor - SOAP::SOAPString
titleFace - StoreFontFaceCodeType
titleSize - StoreFontSizeCodeType
titleColor - SOAP::SOAPString
descFace - StoreFontFaceCodeType
descSize - StoreFontSizeCodeType
descColor - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(nameFace = nil, nameSize = nil, nameColor = nil, titleFace = nil, titleSize = nil, titleColor = nil, descFace = nil, descSize = nil, descColor = nil) ⇒ StoreFontType

Returns a new instance of StoreFontType.



24714
24715
24716
24717
24718
24719
24720
24721
24722
24723
24724
24725
# File 'lib/eBay.rb', line 24714

def initialize(nameFace = nil, nameSize = nil, nameColor = nil, titleFace = nil, titleSize = nil, titleColor = nil, descFace = nil, descSize = nil, descColor = nil)
  @nameFace = nameFace
  @nameSize = nameSize
  @nameColor = nameColor
  @titleFace = titleFace
  @titleSize = titleSize
  @titleColor = titleColor
  @descFace = descFace
  @descSize = descSize
  @descColor = descColor
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



24708
24709
24710
# File 'lib/eBay.rb', line 24708

def __xmlele_any
  @__xmlele_any
end

#descColorObject

Returns the value of attribute descColor.



24707
24708
24709
# File 'lib/eBay.rb', line 24707

def descColor
  @descColor
end

#descFaceObject

Returns the value of attribute descFace.



24705
24706
24707
# File 'lib/eBay.rb', line 24705

def descFace
  @descFace
end

#descSizeObject

Returns the value of attribute descSize.



24706
24707
24708
# File 'lib/eBay.rb', line 24706

def descSize
  @descSize
end

#nameColorObject

Returns the value of attribute nameColor.



24701
24702
24703
# File 'lib/eBay.rb', line 24701

def nameColor
  @nameColor
end

#nameFaceObject

Returns the value of attribute nameFace.



24699
24700
24701
# File 'lib/eBay.rb', line 24699

def nameFace
  @nameFace
end

#nameSizeObject

Returns the value of attribute nameSize.



24700
24701
24702
# File 'lib/eBay.rb', line 24700

def nameSize
  @nameSize
end

#titleColorObject

Returns the value of attribute titleColor.



24704
24705
24706
# File 'lib/eBay.rb', line 24704

def titleColor
  @titleColor
end

#titleFaceObject

Returns the value of attribute titleFace.



24702
24703
24704
# File 'lib/eBay.rb', line 24702

def titleFace
  @titleFace
end

#titleSizeObject

Returns the value of attribute titleSize.



24703
24704
24705
# File 'lib/eBay.rb', line 24703

def titleSize
  @titleSize
end

Instance Method Details

#set_any(elements) ⇒ Object



24710
24711
24712
# File 'lib/eBay.rb', line 24710

def set_any(elements)
  @__xmlele_any = elements
end