Class: EnotasApi::V1::ListarEmpresas

Inherits:
Request
  • Object
show all
Defined in:
lib/enotas_api/v1/listar_empresas.rb

Instance Attribute Summary

Attributes inherited from Request

#content, #method, #params, #result_object, #uri

Instance Method Summary collapse

Methods inherited from Request

#call, #call!, #param, #to_json, #to_url

Methods included from Sortable

included

Methods included from Searchable

included

Methods included from Paginable

included

Methods included from Filterable

included

Methods included from EncodingHelper

#encode_query_params, #url_encode

Constructor Details

#initializeListarEmpresas

Returns a new instance of ListarEmpresas.



12
13
14
# File 'lib/enotas_api/v1/listar_empresas.rb', line 12

def initialize
  super(uri: '/v1/empresas')
end