Class: Ifns::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host.



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

def host
  @host
end

#loggerObject

Returns the value of attribute logger.



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

def logger
  @logger
end

#tokenObject

Returns the value of attribute token.



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

def token
  @token
end