Class: BoxtalLite::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



4
5
6
# File 'lib/boxtal_lite/configuration.rb', line 4

def api_key
  @api_key
end

#testingObject Also known as: testing?

Returns the value of attribute testing.



4
5
6
# File 'lib/boxtal_lite/configuration.rb', line 4

def testing
  @testing
end

#timeoutObject

Returns the value of attribute timeout.



4
5
6
# File 'lib/boxtal_lite/configuration.rb', line 4

def timeout
  @timeout
end

#v1_api_keyObject

Returns the value of attribute v1_api_key.



4
5
6
# File 'lib/boxtal_lite/configuration.rb', line 4

def v1_api_key
  @v1_api_key
end

#v1_credsObject

Returns the value of attribute v1_creds.



4
5
6
# File 'lib/boxtal_lite/configuration.rb', line 4

def v1_creds
  @v1_creds
end