Class: Ebay::Types::StoreCustomListingHeader

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

Overview

Attributes

text_node :display_type, 'DisplayType', :optional => true
boolean_node :logo, 'Logo', 'true', 'false', :optional => true
boolean_node :search_box, 'SearchBox', 'true', 'false', :optional => true
array_node :link_to_includes, 'LinkToInclude', :class => StoreCustomListingHeaderLink, :default_value => []
boolean_node :add_to_favorite_stores, 'AddToFavoriteStores', 'true', 'false', :optional => true
boolean_node :sign_up_for_store_newsletter, 'SignUpForStoreNewsletter', 'true', 'false', :optional => true

Method Summary

Methods included from Initializer

#initialize, #object_attributes=