module Padron

Constants

PROVINCIAS
URLS
VERSION

Public Class Methods

auth_hash(service = "ws_sr_padron_a5") click to toggle source
# File lib/padron.rb, line 27
def self.auth_hash(service = "ws_sr_padron_a5")
  { 'token' => Padron::TOKEN, 'sign'  => Padron::SIGN, 'cuitRepresentada'  => Padron.cuit }
end
root() click to toggle source
# File lib/padron.rb, line 19
def self.root
  File.expand_path '../..', __FILE__
end
setup() { |self| ... } click to toggle source
# File lib/padron.rb, line 31
def self.setup(&block)
  yield self
end

Public Instance Methods

deleteToken() click to toggle source
# File lib/padron.rb, line 23
def deleteToken
    AuthData.deleteToken
end