Class: FederalRegister::DocumentSearchDetails

Inherits:
Base
  • Object
show all
Extended by:
Utilities
Defined in:
lib/federal_register/document_search_details.rb

Constant Summary

Constants inherited from Base

Base::INTEGER_CLASS

Instance Attribute Summary

Attributes inherited from Base

#attributes

Class Method Summary collapse

Methods inherited from Base

add_attribute, #fetch_full, #full?, #initialize, override_base_uri

Methods inherited from Client

get

Constructor Details

This class inherits a constructor from FederalRegister::Base

Class Method Details

.search(args) ⇒ Object



7
8
9
10
# File 'lib/federal_register/document_search_details.rb', line 7

def self.search(args)
  response = get('/documents/search-details', query: args).parsed_response
  new(response)
end