class Postmen::Custom::NoEEI

Attributes

ftr_exemption[R]
type[R]

Public Class Methods

new(options) click to toggle source
# File lib/postmen/custom/no_eei.rb, line 9
def initialize(options)
  @type = options[:type]
  @ftr_exemption = options[:ftr_exemption]
end