Class: Ebay::Types::GalleryStatusCode

Inherits:
Object
  • Object
show all
Extended by:
Enumerable, Enumeration
Defined in:
lib/ebay/types/gallery_status_code.rb

Constant Summary collapse

Success =
'Success'
Pending =
'Pending'
InvalidURL =
'InvalidUrl'
InvalidProtocol =
'InvalidProtocol'
InvalidFile =
'InvalidFile'
ServerDown =
'ServerDown'
ImageNonExistent =
'ImageNonExistent'
ImageReadTimeOut =
'ImageReadTimeOut'
InvalidFileFormat =
'InvalidFileFormat'
ImageProcessingError =
'ImageProcessingError'

Method Summary

Methods included from Enumeration

each