Sha256: 1790b9e8f677abaae4aa75c30d57f95b4842c2478e776193692b48896476aec2
Contents?: true
Size: 387 Bytes
Versions: 5
Compression:
Stored size: 387 Bytes
Contents
module Balanced # 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. class ApiKey include Balanced::Resource def save Balanced.configure nil super end def wut; end; end end
Version data entries
5 entries across 5 versions & 1 rubygems