Class: SnapAPIClient::Configuration

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

Overview

Configuration

Configuration object to be used throughout the library.

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_tokenObject

Returns the value of attribute authentication_token.



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

def authentication_token
  @authentication_token
end

#base_urlObject

Returns the value of attribute base_url.



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

def base_url
  @base_url
end