Class: FederalRegister::DocumentSearchDetails
- Extended by:
- Utilities
- Defined in:
- lib/federal_register/document_search_details.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Base
add_attribute, #fetch_full, #full?, #initialize, override_base_uri
Methods inherited from Client
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 |