Class: Adyen::Marketpay::Hop
- Defined in:
- lib/adyen/services/marketpay.rb
Constant Summary collapse
- DEFAULT_VERSION =
6
Instance Attribute Summary collapse
-
#version ⇒ Object
Returns the value of attribute version.
Attributes inherited from Service
Instance Method Summary collapse
-
#initialize(client, version = DEFAULT_VERSION) ⇒ Hop
constructor
A new instance of Hop.
Methods inherited from Service
action_for_method_name, #create_query_string
Constructor Details
#initialize(client, version = DEFAULT_VERSION) ⇒ Hop
Returns a new instance of Hop.
108 109 110 111 112 113 114 115 |
# File 'lib/adyen/services/marketpay.rb', line 108 def initialize(client, version = DEFAULT_VERSION) service = 'Hop' method_names = [ :get_onboarding_url ] super(client, version, service, method_names) end |
Instance Attribute Details
#version ⇒ Object
Returns the value of attribute version.
104 105 106 |
# File 'lib/adyen/services/marketpay.rb', line 104 def version @version end |