Class: Ebay::Types::StoreColorScheme

Inherits:
Object
  • Object
show all
Includes:
Initializer, XML::Mapping
Defined in:
lib/ebay/types/store_color_scheme.rb

Overview

Attributes

numeric_node :color_scheme_id, 'ColorSchemeID', :optional => true
text_node :name, 'Name', :optional => true
object_node :color, 'Color', :class => StoreColor, :optional => true
object_node :font, 'Font', :class => StoreFont, :optional => true

Method Summary

Methods included from Initializer

#initialize, #object_attributes=