class ChupaText::EncryptedError

Attributes

data[R]

Public Class Methods

new(data) click to toggle source
Calls superclass method
# File lib/chupa-text/error.rb, line 33
def initialize(data)
  @data = data
  super("Encrypted data: <#{data.uri}>(#{data.mime_type})")
end