module BleumiPay

#Bleumi Pay REST API

#A simple and powerful REST API to integrate ERC-20, Ethereum, xDai, Algorand payments and/or payouts into your business or application

Contact: info@bleumi.com

#Bleumi Pay REST API

#A simple and powerful REST API to integrate ERC-20, Ethereum, xDai, Algorand payments and/or payouts into your business or application

The version of the OpenAPI document: 1.0.0 Contact: info@bleumi.com Generated by: openapi-generator.tech OpenAPI Generator version: 4.2.2

#Bleumi Pay REST API

#A simple and powerful REST API to integrate ERC-20, Ethereum, xDai, Algorand payments and/or payouts into your business or application

The version of the OpenAPI document: 1.0.0 Contact: info@bleumi.com Generated by: openapi-generator.tech OpenAPI Generator version: 4.2.2

#Bleumi Pay REST API

#A simple and powerful REST API to integrate ERC-20, Ethereum, xDai, Algorand payments and/or payouts into your business or application

The version of the OpenAPI document: 1.0.0 Contact: info@bleumi.com Generated by: openapi-generator.tech OpenAPI Generator version: 4.2.2

Constants

VERSION

Public Class Methods

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

Customize default settings for the SDK using block.

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

If no block given, return the default Configuration object.

# File lib/bleumi_pay_sdk_ruby.rb, line 69
def configure
  if block_given?
    yield(Configuration.default)
  else
    Configuration.default
  end
end