module Yapstone

#Payments Orchestrator

#"REST API for Payments Orchestrator"

The version of the OpenAPI document: 1.6.4-SNAPSHOT Contact: test@yapstone.com Generated by: openapi-generator.tech OpenAPI Generator version: 4.1.0-SNAPSHOT

#Payments Orchestrator

#"REST API for Payments Orchestrator"

The version of the OpenAPI document: 1.6.4-SNAPSHOT Contact: test@yapstone.com Generated by: openapi-generator.tech OpenAPI Generator version: 4.1.0-SNAPSHOT

#Payments Orchestrator

#"REST API for Payments Orchestrator"

The version of the OpenAPI document: 1.6.4-SNAPSHOT Contact: test@yapstone.com Generated by: openapi-generator.tech OpenAPI Generator version: 4.1.0-SNAPSHOT

Constants

VERSION

Public Class Methods

configure() { |default| ... } click to toggle source

Customize default settings for the SDK using block.

Yapstone.configure do |config|
  config.username = "xxx"
  config.password = "xxx"
end

If no block given, return the default Configuration object.

# File lib/yapstone-payments.rb, line 129
def configure
  if block_given?
    yield(Configuration.default)
  else
    Configuration.default
  end
end