class SecupayRuby::ApiKey::Base

Public Instance Methods

key() click to toggle source
# File lib/secupay_ruby/api_key/base.rb, line 7
def key
  raise NotImplementedError.new 'Abstract method'
end