Module: Cieloz::RequisicaoTid::ClassMethods
- Defined in:
- lib/cieloz/requisicao_tid.rb
Instance Method Summary collapse
Instance Method Details
#map(source, opts = {}) ⇒ Object
4 5 6 7 |
# File 'lib/cieloz/requisicao_tid.rb', line 4 def map source, opts={} tid = attrs_from source, opts, :tid new source: source, opts: opts, tid: tid end |