class NFe::Info

Attributes

infCpl[RW]

Public Instance Methods

attributes() click to toggle source
# File lib/nfe/entidades/infNFe/infAdic/info.rb, line 7
def attributes
  @attributes = {
      "infCpl" => infCpl
    }
end
attributes=(params) click to toggle source
# File lib/nfe/entidades/infNFe/infAdic/info.rb, line 13
def attributes=(params)
  @attributes = {
      "infCpl" => params["infCpl"]
    }
end