module Harvest

Harvest

Constants

VERSION

Public Instance Methods

admin_api=(value: false) click to toggle source
# File lib/harvest/config.rb, line 17
def admin_api=(value: false)
  @admin_api ||= value
end