Class: CrvApiClient::Utils::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#customerObject

Returns the value of attribute customer.



13
14
15
# File 'lib/crv_api_client/utils/configuration.rb', line 13

def customer
  @customer
end

#endpoint_animalsObject

Returns the value of attribute endpoint_animals.



6
7
8
# File 'lib/crv_api_client/utils/configuration.rb', line 6

def endpoint_animals
  @endpoint_animals
end

#endpoint_reproductionObject

Returns the value of attribute endpoint_reproduction.



5
6
7
# File 'lib/crv_api_client/utils/configuration.rb', line 5

def endpoint_reproduction
  @endpoint_reproduction
end

#http_connect_timeoutObject

Returns the value of attribute http_connect_timeout.



7
8
9
# File 'lib/crv_api_client/utils/configuration.rb', line 7

def http_connect_timeout
  @http_connect_timeout
end

#http_receive_timeoutObject

Returns the value of attribute http_receive_timeout.



8
9
10
# File 'lib/crv_api_client/utils/configuration.rb', line 8

def http_receive_timeout
  @http_receive_timeout
end

#log_fileObject

Returns the value of attribute log_file.



11
12
13
# File 'lib/crv_api_client/utils/configuration.rb', line 11

def log_file
  @log_file
end

#passwordObject

Returns the value of attribute password.



10
11
12
# File 'lib/crv_api_client/utils/configuration.rb', line 10

def password
  @password
end

#providerObject

Returns the value of attribute provider.



14
15
16
# File 'lib/crv_api_client/utils/configuration.rb', line 14

def provider
  @provider
end

#usernameObject

Returns the value of attribute username.



9
10
11
# File 'lib/crv_api_client/utils/configuration.rb', line 9

def username
  @username
end