Class: Ebay::Requests::UploadSiteHostedPictures

Inherits:
Abstract
  • Object
show all
Includes:
Initializer, XML::Mapping
Defined in:
lib/ebay/requests/upload_site_hosted_pictures.rb

Overview

Attributes

text_node :picture_name, 'PictureName', :optional => true
numeric_node :picture_system_version, 'PictureSystemVersion', :optional => true
text_node :picture_set, 'PictureSet', :optional => true
object_node :picture_data, 'PictureData', :class => Base64Binary, :optional => true
text_node :picture_upload_policy, 'PictureUploadPolicy', :optional => true
text_node :external_picture_url, 'ExternalPictureURL', :optional => true

Instance Attribute Summary

Attributes inherited from Base

#auth_token, #password, #username

Method Summary

Methods included from Initializer

#initialize, #object_attributes=

Methods inherited from Abstract

#detail_level, #detail_level=

Methods inherited from Base

#call_name, #requester_credentials

Methods included from Types

#type