class Configuration
Attributes
url[RW]
user_agent[RW]
Public Class Methods
new()
click to toggle source
# File lib/nfe/configuration.rb, line 4 def initialize @url = "https://api.nfe.io" @user_agent = "NFe.io Ruby Client v#{Nfe::VERSION}" end