module NucleusApi
#Hydrogen Nucleus API
#The Hydrogen Nucleus API
OpenAPI spec version: 1.9.4 Contact: info@hydrogenplatform.com Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 2.4.19
#Hydrogen Nucleus API
#The Hydrogen Nucleus API
OpenAPI spec version: 1.9.4 Contact: info@hydrogenplatform.com Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 2.4.19
Constants
- VERSION
Public Class Methods
configure() { |default| ... }
click to toggle source
Customize default settings for the SDK using block.
NucleusApi.configure do |config| config.username = "xxx" config.password = "xxx" end
If no block given, return the default Configuration
object.
# File lib/nucleus_api.rb, line 298 def configure if block_given? yield(AuthConfiguration.default) else AuthConfiguration.default end end