Class: IdentityLinker::Config

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#server_idObject

Returns the value of attribute server_id

Returns:

  • (Object)

    the current value of server_id



2
3
4
# File 'lib/identity_linker/config.rb', line 2

def server_id
  @server_id
end

#server_secretObject

Returns the value of attribute server_secret

Returns:

  • (Object)

    the current value of server_secret



2
3
4
# File 'lib/identity_linker/config.rb', line 2

def server_secret
  @server_secret
end

Class Method Details

.defaultObject



4
5
6
7
# File 'lib/identity_linker/config.rb', line 4

def self.default
  config = new
  config
end