module Yapstone

#YapStone Dispute Composite Service

#This service provides a Dispute engine that enables a Marketplace to manage Disputes and Dispute related objects like Evidences on processed Payments.

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

#YapStone Dispute Composite Service

#This service provides a Dispute engine that enables a Marketplace to manage Disputes and Dispute related objects like Evidences on processed Payments.

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

#YapStone Dispute Composite Service

#This service provides a Dispute engine that enables a Marketplace to manage Disputes and Dispute related objects like Evidences on processed Payments.

The version of the OpenAPI document: v1 Contact: cbkdev@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-disputes.rb, line 63
def configure
  if block_given?
    yield(Configuration.default)
  else
    Configuration.default
  end
end