Class: Efatura::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/efatura/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

SET THE CONFIGURATION INITIALIZER WITH NIL VALUES SINCE THIS INFORMATION WILL COME FROM THE GEM USER



6
7
8
9
# File 'lib/efatura/configuration.rb', line 6

def initialize
  @nif = nil
  @password = nil
end

Instance Attribute Details

#nifObject

Returns the value of attribute nif.



3
4
5
# File 'lib/efatura/configuration.rb', line 3

def nif
  @nif
end

#passwordObject

Returns the value of attribute password.



3
4
5
# File 'lib/efatura/configuration.rb', line 3

def password
  @password
end