Class: SecupayRuby::ApiKey::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/secupay_ruby/api_key/base.rb

Instance Method Summary collapse

Instance Method Details

#keyObject



7
8
9
# File 'lib/secupay_ruby/api_key/base.rb', line 7

def key
  raise NotImplementedError.new 'Abstract method'
end