Class: Ebay::Types::EndOfAuctionEmailPreferences

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

Overview

Attributes

text_node :template_text, 'TemplateText', :optional => true
text_node :logo_url, 'LogoURL', :optional => true
text_node :logo_type, 'LogoType', :optional => true
boolean_node :email_customized, 'EmailCustomized', 'true', 'false', :optional => true
boolean_node :text_customized, 'TextCustomized', 'true', 'false', :optional => true
boolean_node :logo_customized, 'LogoCustomized', 'true', 'false', :optional => true
boolean_node :copy_email, 'CopyEmail', 'true', 'false', :optional => true

Method Summary

Methods included from Initializer

#initialize, #object_attributes=