module UsdaNdb

Constants

VERSION

Public Class Methods

list(params={}) click to toggle source
# File lib/usda_ndb.rb, line 19
def self.list(params={})
  UsdaNdb::Client.fetch(:list, params)
end
reports(ndbno, params={}) click to toggle source
# File lib/usda_ndb.rb, line 11
def self.reports(ndbno, params={})
  UsdaNdb::Client.fetch(:reports, params.merge(ndbno: ndbno.to_s))
end