Class: Postmen::Custom::NoEEI

Inherits:
Object
  • Object
show all
Includes:
Postmen::Common
Defined in:
lib/postmen/custom/no_eei.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Postmen::Common

#to_hash

Constructor Details

#initialize(options) ⇒ NoEEI

Returns a new instance of NoEEI.



9
10
11
12
# File 'lib/postmen/custom/no_eei.rb', line 9

def initialize(options)
  @type = options[:type]
  @ftr_exemption = options[:ftr_exemption]
end

Instance Attribute Details

#ftr_exemptionObject (readonly)

Returns the value of attribute ftr_exemption.



6
7
8
# File 'lib/postmen/custom/no_eei.rb', line 6

def ftr_exemption
  @ftr_exemption
end

#typeObject (readonly)

Returns the value of attribute type.



6
7
8
# File 'lib/postmen/custom/no_eei.rb', line 6

def type
  @type
end