Class: StoreColorType

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

Overview

urn:ebay:apis:eBLBaseComponentsStoreColorType

primary - SOAP::SOAPString
secondary - SOAP::SOAPString
accent - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(primary = nil, secondary = nil, accent = nil) ⇒ StoreColorType

Returns a new instance of StoreColorType.



24554
24555
24556
24557
24558
24559
# File 'lib/eBay.rb', line 24554

def initialize(primary = nil, secondary = nil, accent = nil)
  @primary = primary
  @secondary = secondary
  @accent = accent
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



24548
24549
24550
# File 'lib/eBay.rb', line 24548

def __xmlele_any
  @__xmlele_any
end

#accentObject

Returns the value of attribute accent.



24547
24548
24549
# File 'lib/eBay.rb', line 24547

def accent
  @accent
end

#primaryObject

Returns the value of attribute primary.



24545
24546
24547
# File 'lib/eBay.rb', line 24545

def primary
  @primary
end

#secondaryObject

Returns the value of attribute secondary.



24546
24547
24548
# File 'lib/eBay.rb', line 24546

def secondary
  @secondary
end

Instance Method Details

#set_any(elements) ⇒ Object



24550
24551
24552
# File 'lib/eBay.rb', line 24550

def set_any(elements)
  @__xmlele_any = elements
end