class Postmen::Custom::AES

Attributes

itn_number[R]
type[R]

Public Class Methods

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