class Nfe::Nokogiri::XML::Document

Public Instance Methods

sign!(cert, key) click to toggle source
# File lib/nfe/signer.rb, line 16
def sign!(cert, key)
  Nfe::Signer::Signature.new(self, cert, key)
  self
end