class NfeKeyError

Attributes

key[R]

Public Class Methods

new(key) click to toggle source
# File lib/nfe/helpers/nfe_key.rb, line 4
def initialize(key)
  @key =key
end