Sha256: 1a1c850080d808ce3aa33005a02ab0ce3878a1eb61be4c49e4703d4396adc83f

Contents?: true

Size: 397 Bytes

Versions: 13

Compression:

Stored size: 397 Bytes

Contents

module Riif::DSL
  class Othername < Base
    HEADER_COLUMNS = [
      :name,
      :baddr1,
      :baddr2,
      :baddr3,
      :baddr4,
      :baddr5,
      :phone1,
      :phone2,
      :faxnum,
      :cont1,
      :notepad,
      :salutation,
      :companyname,
      :firstname,
      :midinit,
      :lastname,
      :note
    ]
    START_COLUMN = 'OTHERNAME'
    END_COLUMN = ''
  end
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
riif-1.1.0 lib/riif/dsl/othername.rb
riif-1.0.0 lib/riif/dsl/othername.rb
riif-0.9.0 lib/riif/dsl/othername.rb
riif-0.8.0 lib/riif/dsl/othername.rb
riif-0.7.0 lib/riif/dsl/othername.rb
iif-0.6.1 lib/riif/dsl/othername.rb
riif-0.6.0 lib/riif/dsl/othername.rb
riif-0.5.0 lib/riif/dsl/othername.rb
riif-0.4.0 lib/riif/dsl/othername.rb
riif-0.3.0 lib/riif/dsl/othername.rb
riif-0.2.0 lib/riif/dsl/othername.rb
riif-0.1.0 lib/riif/dsl/othername.rb
riif-0.0.1 lib/riif/dsl/othername.rb