Class: DeltavistaCrifDvaInterface::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/deltavista_crif_dva_interface/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig

Returns a new instance of Config.



8
9
10
# File 'lib/deltavista_crif_dva_interface/config.rb', line 8

def initialize

end

Instance Attribute Details

#deltavista_service_urlObject

Returns the value of attribute deltavista_service_url.



3
4
5
# File 'lib/deltavista_crif_dva_interface/config.rb', line 3

def deltavista_service_url
  @deltavista_service_url
end

#loggerObject

Returns the value of attribute logger.



3
4
5
# File 'lib/deltavista_crif_dva_interface/config.rb', line 3

def logger
  @logger
end

#passwordObject

Returns the value of attribute password.



3
4
5
# File 'lib/deltavista_crif_dva_interface/config.rb', line 3

def password
  @password
end

#usernameObject

Returns the value of attribute username.



3
4
5
# File 'lib/deltavista_crif_dva_interface/config.rb', line 3

def username
  @username
end