module Planvine

Constants

VERSION

Public Class Methods

for(api_key) click to toggle source
# File lib/planvine.rb, line 10
def self.for(api_key)
  PlanvineAPI.new(api_key)
end