module Yapstone

#Yapstone Staged On-Boarding Services

#Set of API's that allow clients to onboard with Yapstone.

The version of the OpenAPI document: 2.0.0

Generated by: openapi-generator.tech OpenAPI Generator version: 4.1.0-SNAPSHOT

#Yapstone Staged On-Boarding Services

#Set of API's that allow clients to onboard with Yapstone.

The version of the OpenAPI document: 2.0.0

Generated by: openapi-generator.tech OpenAPI Generator version: 4.1.0-SNAPSHOT

#Yapstone Staged On-Boarding Services

#Set of API's that allow clients to onboard with Yapstone.

The version of the OpenAPI document: 2.0.0

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-so.rb, line 166
def configure
  if block_given?
    yield(Configuration.default)
  else
    Configuration.default
  end
end