module CnpqWs

Constants

VERSION

Public Class Methods

setup() { |self| ... } click to toggle source
# File lib/cnpq_ws.rb, line 6
def self.setup
yield self
end

Public Instance Methods

tem_curriculo_lattes() click to toggle source
# File lib/cnpq_ws.rb, line 10
def tem_curriculo_lattes
        include CurriculoLattes
end