Class: Balanced::ApiKey

Inherits:
Object
  • Object
show all
Includes:
Resource
Defined in:
lib/balanced/resources/api_key.rb

Overview

Your ApiKey is used to authenticate when performing operations on the Balanced API.

NOTE: Never give out or expose your ApiKey. You may POST to this endpoint to create new ApiKeys and then DELETE any old keys.

Instance Attribute Summary

Attributes included from Resource

#attributes

Instance Method Summary collapse

Methods included from Resource

#copy_from, #destroy, #find, included, #initialize, #method_missing, #reload, #warn_on_positional

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Balanced::Resource

Instance Method Details

#saveObject



11
12
13
14
# File 'lib/balanced/resources/api_key.rb', line 11

def save
  Balanced.configure nil
  super
end