class Afip::Authorizer
Attributes
cert[R]
pkey[R]
Public Class Methods
new()
click to toggle source
# File lib/Afip/authorizer.rb, line 5 def initialize @pkey = Afip.pkey @cert = Afip.cert end