class RubyXmlNfe::IpiInt

Attributes

cst[R]
xml[R]

Public Class Methods

new(xml, params) click to toggle source
# File lib/ruby_xml_nfe/ipi_int.rb, line 5
def initialize(xml, params)
  @xml = xml
  @cst = params[:CST]
end

Public Instance Methods

build() click to toggle source
# File lib/ruby_xml_nfe/ipi_int.rb, line 10
def build
  xml.IPINT do
    xml.CST cst
  end
end