Sha256: 4ec4bc193936d5f84e86837e21fbe3d59e4d6cde9f885cc00c0b20c065fc580d

Contents?: true

Size: 226 Bytes

Versions: 1

Compression:

Stored size: 226 Bytes

Contents

module RubyXmlNfe
  class IpiInt
    attr_reader :xml, :cst

    def initialize(xml, params)
      @xml = xml
      @cst = params[:CST]
    end

    def build
      xml.IPINT do
        xml.CST cst
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby_xml_nfe-0.1.0 lib/ruby_xml_nfe/ipi_int.rb