Method: Nis::ApostilleAudit#split_apostille_hash
- Defined in:
- lib/nis/apostille_audit.rb
#split_apostille_hash ⇒ Object
27 28 29 30 31 32 |
# File 'lib/nis/apostille_audit.rb', line 27 def split_apostille_hash [ @apostille_hash[0, 8], @apostille_hash[8, 1].to_i, @apostille_hash[9, 1].to_i, @apostille_hash[10, @apostille_hash.size] ] end |