module LibrariesIO

Constants

VERSION

Attributes

api_key[RW]

Public Class Methods

new(**options) click to toggle source
# File lib/libraries_io.rb, line 13
def new(**options)
  API.new(**options)
end