class Transmitenota::Config

Attributes

ApiKey[RW]

The api key

Cnpj[RW]

The cnpj

encoding[RW]

The encoding that will be used.

environment[RW]

Public Class Methods

new() click to toggle source
# File lib/transmitenota/config.rb, line 14
def initialize
  @environment = :sandbox
  @encoding = "UTF-8"
end