Class: EnotasApi::V2::ConsultarNfc
- Defined in:
- lib/enotas_api/v2/consultar_nfc.rb
Instance Attribute Summary
Attributes inherited from Request
#content, #method, #params, #result_object, #uri
Instance Method Summary collapse
-
#initialize(empresa_id, nf_id) ⇒ ConsultarNfc
constructor
A new instance of ConsultarNfc.
Methods inherited from Request
#call, #call!, #param, #to_json, #to_url
Methods included from Sortable
Methods included from Searchable
Methods included from Paginable
Methods included from Filterable
Methods included from EncodingHelper
#encode_query_params, #url_encode
Constructor Details
#initialize(empresa_id, nf_id) ⇒ ConsultarNfc
Returns a new instance of ConsultarNfc.
8 9 10 |
# File 'lib/enotas_api/v2/consultar_nfc.rb', line 8 def initialize(empresa_id, nf_id) super(uri: "/v2/empresas/#{url_encode(empresa_id)}/nfc-e/#{url_encode(nf_id)}") end |