lib/postmon_ruby/track.rb in postmon_ruby-3.0.0 vs lib/postmon_ruby/track.rb in postmon_ruby-3.0.1
- old
+ new
@@ -1,5 +1,6 @@
+# encoding: utf-8
module PostmonRuby
class Track
#TODO criar um model para salvar o historico do rastreio
@@track_attributes = [ :codigo, :servico ]
@@ -15,6 +16,6 @@
end
private
attr_writer *@@track_attributes
end
-end
\ No newline at end of file
+end