module Nexmo

typed: ignore

typed: strict

typed: strict

typed: strict

typed: strong

typed: ignore

typed: ignore

typed: strict

typed: strong

typed: strict

typed: true

typed: true

typed: true

typed: true

typed: strict

typed: true

typed: strong

typed: strict

typed: ignore

typed: ignore

typed: strict

typed: strict

typed: strict

typed: true

typed: true

typed: true

typed: true

typed: strict

typed: true

typed: true

typed: strong

typed: strict

typed: true

typed: ignore

typed: strict

typed: strong

typed: true

typed: true

typed: true

typed: true

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/nexmo.rb, line 22
def self.config
  @config ||= Config.new
end
configure(&block) click to toggle source
# File lib/nexmo.rb, line 26
def self.configure(&block)
  block.call(config)
end