Class: PostmonRuby::GemOutput
- Inherits:
-
Object
- Object
- PostmonRuby::GemOutput
- Defined in:
- lib/postmon_ruby/gem_output.rb
Class Method Summary collapse
Class Method Details
.get_info(options) ⇒ Object
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# File 'lib/postmon_ruby/gem_output.rb', line 3 def self.get_info() unless [:cep].nil? cep([:cep]) end unless [:cidade].nil? cidade([:cidade].first, [:cidade].last) end unless [:estado].nil? estado([:estado]) end unless [:rastreio].nil? rastreio([:rastreio]) end end |