module DocSpring
#API v1
#DocSpring is a service that helps you fill out and sign PDF templates.
OpenAPI spec version: v1
Generated by: openapi-generator.tech OpenAPI Generator version: 3.3.0
#API v1
#DocSpring is a service that helps you fill out and sign PDF templates.
OpenAPI spec version: v1
Generated by: openapi-generator.tech OpenAPI Generator version: 3.3.0
Constants
- VERSION
Public Class Methods
configure() { |default| ... }
click to toggle source
Customize default settings for the SDK using block.
DocSpring.configure do |config| config.username = "xxx" config.password = "xxx" end
If no block given, return the default Configuration
object.
# File lib/docspring.rb, line 83 def configure if block_given? yield(Configuration.default) else Configuration.default end end