Class: Transfeera::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#contacerta_client_idObject

Returns the value of attribute contacerta_client_id.



7
8
9
# File 'lib/transfeera/config.rb', line 7

def contacerta_client_id
  @contacerta_client_id
end

#contacerta_client_secretObject

Returns the value of attribute contacerta_client_secret.



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

def contacerta_client_secret
  @contacerta_client_secret
end

#default_client_idObject

Returns the value of attribute default_client_id.



10
11
12
# File 'lib/transfeera/config.rb', line 10

def default_client_id
  @default_client_id
end

#default_client_secretObject

Returns the value of attribute default_client_secret.



11
12
13
# File 'lib/transfeera/config.rb', line 11

def default_client_secret
  @default_client_secret
end

#environmentObject

Returns the value of attribute environment.



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

def environment
  @environment
end

#grant_typeObject

Returns the value of attribute grant_type.



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

def grant_type
  @grant_type
end

#tokenObject

Returns the value of attribute token.



13
14
15
# File 'lib/transfeera/config.rb', line 13

def token
  @token
end

#user_agentObject

Returns the value of attribute user_agent.



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

def user_agent
  @user_agent
end