Class: BrasilAPI::Taxas
Constant Summary
Constants inherited from Base
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.all ⇒ Object
6 7 8 |
# File 'lib/brasil_api/taxas.rb', line 6 def all get("/taxas/v1") end |
.find_by_name(name) ⇒ Object
10 11 12 |
# File 'lib/brasil_api/taxas.rb', line 10 def find_by_name(name) get("/taxas/v1/#{name}") end |