Module: BigML::Authenticable

Included in:
Util::Client
Defined in:
lib/big_ml/util/authenticable.rb

Instance Method Summary collapse

Instance Method Details

#credentialsObject



3
4
5
6
7
8
# File 'lib/big_ml/util/authenticable.rb', line 3

def credentials
  {
    :username => username,
    :api_key  => api_key
  }
end