class Adyen::Marketpay::Hop
Constants
- DEFAULT_VERSION
Attributes
version[RW]
Public Class Methods
new(client, version = DEFAULT_VERSION)
click to toggle source
Calls superclass method
# File lib/adyen/services/marketpay.rb, line 103 def initialize(client, version = DEFAULT_VERSION) service = 'Hop' method_names = [ :get_onboarding_url ] super(client, version, service, method_names) end