module Pixabay

Constants

VERSION

Public Class Methods

new() click to toggle source
# File lib/pixabay.rb, line 9
def self.new
  Pixabay::Client.new(key: key, timeout: 10)
end