Class: Iesde::Api::ObterMatricula
- Inherits:
-
Iesde::API
- Object
- Iesde::API
- Iesde::Api::ObterMatricula
- Includes:
- Underscorable
- Defined in:
- lib/iesde/api/obter_matricula.rb
Constant Summary
Constants inherited from Iesde::API
Iesde::API::BASE, Iesde::API::FORMATS, Iesde::API::WEB_SERVICE
Instance Method Summary collapse
-
#initialize(format, config = {}) ⇒ ObterMatricula
constructor
A new instance of ObterMatricula.
Methods included from Underscorable
Methods inherited from Iesde::API
#as_json, build_url, #msg, #salvo_com_sucesso?, #status, #tem_chave?, #tem_matricula?
Constructor Details
#initialize(format, config = {}) ⇒ ObterMatricula
Returns a new instance of ObterMatricula.
6 7 8 |
# File 'lib/iesde/api/obter_matricula.rb', line 6 def initialize(format, config = {}) super(:matriculas, format, config) end |