Exception: Itunes::Receipt::ReceiptServerUnavailableError

Inherits:
Error
  • Object
show all
Defined in:
lib/itunes/receipt/error.rb

Instance Attribute Summary

Attributes inherited from Error

#status

Instance Method Summary collapse

Methods inherited from Error

#initialize, new

Constructor Details

This class inherits a constructor from Itunes::Receipt::Error

Instance Method Details

#messageObject



44
45
46
# File 'lib/itunes/receipt/error.rb', line 44

def message
   'The receipt server is not currently available (21005)'
end