class Efatura::Configuration
Attributes
nif[RW]
password[RW]
Public Class Methods
new()
click to toggle source
SET THE CONFIGURATION INITIALIZER WITH NIL VALUES SINCE THIS INFORMATION WILL COME FROM THE GEM USER
# File lib/efatura/configuration.rb, line 6 def initialize @nif = nil @password = nil end