Class: Iesde::Api::ObterBancoQuestoes
- Inherits:
-
Iesde::API
- Object
- Iesde::API
- Iesde::Api::ObterBancoQuestoes
- Includes:
- Underscorable
- Defined in:
- lib/iesde/api/obter_banco_questoes.rb
Constant Summary
Constants inherited from Iesde::API
Iesde::API::BASE, Iesde::API::FORMATS, Iesde::API::WEB_SERVICE
Instance Method Summary collapse
-
#initialize(format, opts) ⇒ ObterBancoQuestoes
constructor
A new instance of ObterBancoQuestoes.
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, opts) ⇒ ObterBancoQuestoes
Returns a new instance of ObterBancoQuestoes.
6 7 8 |
# File 'lib/iesde/api/obter_banco_questoes.rb', line 6 def initialize(format, opts) super(:questoes, format, opts) end |