Module: Watchcow::ApiSymbol
- Defined in:
- lib/watchcow/api_symbol.rb
Class Method Summary collapse
Class Method Details
.mapping ⇒ Object
4 5 6 7 8 9 10 11 |
# File 'lib/watchcow/api_symbol.rb', line 4 def mapping { 'cq' => 'quarter', 'nq' => 'next_quarter', 'nw' => 'next_week', 'cw' => 'this_week' } end |