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
search(search_term, params={})
click to toggle source
# File lib/usda_ndb.rb, line 15 def self.search(search_term, params={}) UsdaNdb::Client.fetch(:search, params.merge(q: search_term)) end