Class: Indicadores::Chile
- Inherits:
-
Object
- Object
- Indicadores::Chile
- Defined in:
- lib/indicadores_cl.rb
Class Method Summary collapse
Class Method Details
.ipc ⇒ Object
14 15 16 17 |
# File 'lib/indicadores_cl.rb', line 14 def self.ipc data = self.fetch["indicador"]["icp"] return self.format(data) end |
.uf ⇒ Object
9 10 11 12 |
# File 'lib/indicadores_cl.rb', line 9 def self.uf data = self.fetch["indicador"]["uf"] return self.format(data) end |
.utm ⇒ Object
19 20 21 22 |
# File 'lib/indicadores_cl.rb', line 19 def self.utm data = self.fetch["indicador"]["utm"] return self.format(data) end |