module Abbyy

Constants

IncorrectParameters
ProcessingFailed
VERSION

Attributes

application_id[RW]
password[RW]

Public Instance Methods

configure() { |self| ... } click to toggle source

Abbyy.configure do |config|

config.application_id = 'application_id'
config.password = 'password'

end

# File lib/abbyy.rb, line 18
def configure
  yield self
end