Module: Afipws::TypeConversions
- Included in:
- WSFE
- Defined in:
- lib/afipws/type_conversions.rb
Instance Method Summary collapse
Instance Method Details
#r2x(x, types) ⇒ Object
3 4 5 |
# File 'lib/afipws/type_conversions.rb', line 3 def r2x x, types convert x, types, marshall_fn end |
#x2r(x, types) ⇒ Object
7 8 9 |
# File 'lib/afipws/type_conversions.rb', line 7 def x2r x, types convert x, types, parsing_fn end |