Class: StoreColorSchemeType

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

Overview

urn:ebay:apis:eBLBaseComponentsStoreColorSchemeType

colorSchemeID - SOAP::SOAPInt
name - SOAP::SOAPString
color - StoreColorType
font - StoreFontType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(colorSchemeID = nil, name = nil, color = nil, font = nil) ⇒ StoreColorSchemeType

Returns a new instance of StoreColorSchemeType.



24531
24532
24533
24534
24535
24536
24537
# File 'lib/eBay.rb', line 24531

def initialize(colorSchemeID = nil, name = nil, color = nil, font = nil)
  @colorSchemeID = colorSchemeID
  @name = name
  @color = color
  @font = font
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



24525
24526
24527
# File 'lib/eBay.rb', line 24525

def __xmlele_any
  @__xmlele_any
end

#colorObject

Returns the value of attribute color.



24523
24524
24525
# File 'lib/eBay.rb', line 24523

def color
  @color
end

#colorSchemeIDObject

Returns the value of attribute colorSchemeID.



24521
24522
24523
# File 'lib/eBay.rb', line 24521

def colorSchemeID
  @colorSchemeID
end

#fontObject

Returns the value of attribute font.



24524
24525
24526
# File 'lib/eBay.rb', line 24524

def font
  @font
end

#nameObject

Returns the value of attribute name.



24522
24523
24524
# File 'lib/eBay.rb', line 24522

def name
  @name
end

Instance Method Details

#set_any(elements) ⇒ Object



24527
24528
24529
# File 'lib/eBay.rb', line 24527

def set_any(elements)
  @__xmlele_any = elements
end