class SecupayRuby::Requests::RequestApiKey

Public Instance Methods

path() click to toggle source
# File lib/secupay_ruby/requests/request_api_key.rb, line 4
def path
  @path ||= ["payment", "requestapikey"].join("/")
end