Class: EBay::StoreFontType

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

Overview

urn:ebay:apis:eBLBaseComponentsStoreFontType

nameFace - EBay::StoreFontFaceCodeType
nameSize - EBay::StoreFontSizeCodeType
nameColor - SOAP::SOAPString
titleFace - EBay::StoreFontFaceCodeType
titleSize - EBay::StoreFontSizeCodeType
titleColor - SOAP::SOAPString
descFace - EBay::StoreFontFaceCodeType
descSize - EBay::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.



33777
33778
33779
33780
33781
33782
33783
33784
33785
33786
33787
33788
# File 'lib/eBay.rb', line 33777

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.



33771
33772
33773
# File 'lib/eBay.rb', line 33771

def __xmlele_any
  @__xmlele_any
end

#descColorObject

Returns the value of attribute descColor.



33770
33771
33772
# File 'lib/eBay.rb', line 33770

def descColor
  @descColor
end

#descFaceObject

Returns the value of attribute descFace.



33768
33769
33770
# File 'lib/eBay.rb', line 33768

def descFace
  @descFace
end

#descSizeObject

Returns the value of attribute descSize.



33769
33770
33771
# File 'lib/eBay.rb', line 33769

def descSize
  @descSize
end

#nameColorObject

Returns the value of attribute nameColor.



33764
33765
33766
# File 'lib/eBay.rb', line 33764

def nameColor
  @nameColor
end

#nameFaceObject

Returns the value of attribute nameFace.



33762
33763
33764
# File 'lib/eBay.rb', line 33762

def nameFace
  @nameFace
end

#nameSizeObject

Returns the value of attribute nameSize.



33763
33764
33765
# File 'lib/eBay.rb', line 33763

def nameSize
  @nameSize
end

#titleColorObject

Returns the value of attribute titleColor.



33767
33768
33769
# File 'lib/eBay.rb', line 33767

def titleColor
  @titleColor
end

#titleFaceObject

Returns the value of attribute titleFace.



33765
33766
33767
# File 'lib/eBay.rb', line 33765

def titleFace
  @titleFace
end

#titleSizeObject

Returns the value of attribute titleSize.



33766
33767
33768
# File 'lib/eBay.rb', line 33766

def titleSize
  @titleSize
end

Instance Method Details

#set_any(elements) ⇒ Object



33773
33774
33775
# File 'lib/eBay.rb', line 33773

def set_any(elements)
  @__xmlele_any = elements
end