Class: FederalRegister::PublicInspectionIssueResultSet
Instance Attribute Summary collapse
-
#regular_filings_updated_at ⇒ Object
readonly
Returns the value of attribute regular_filings_updated_at.
-
#special_filings_updated_at ⇒ Object
readonly
Returns the value of attribute special_filings_updated_at.
Attributes inherited from ResultSet
#count, #description, #errors, #results, #total_pages
Instance Method Summary collapse
-
#initialize(attributes, result_class) ⇒ PublicInspectionIssueResultSet
constructor
A new instance of PublicInspectionIssueResultSet.
Methods inherited from ResultSet
#each, fetch, #next, #previous
Methods inherited from Client
Constructor Details
#initialize(attributes, result_class) ⇒ PublicInspectionIssueResultSet
Returns a new instance of PublicInspectionIssueResultSet.
4 5 6 7 8 9 |
# File 'lib/federal_register/public_inspection_issue_result_set.rb', line 4 def initialize(attributes, result_class) super attributes, result_class @regular_filings_updated_at = attributes['regular_filings_updated_at'] @special_filings_updated_at = attributes['special_filings_updated_at'] end |
Instance Attribute Details
#regular_filings_updated_at ⇒ Object (readonly)
Returns the value of attribute regular_filings_updated_at.
2 3 4 |
# File 'lib/federal_register/public_inspection_issue_result_set.rb', line 2 def regular_filings_updated_at @regular_filings_updated_at end |
#special_filings_updated_at ⇒ Object (readonly)
Returns the value of attribute special_filings_updated_at.
2 3 4 |
# File 'lib/federal_register/public_inspection_issue_result_set.rb', line 2 def special_filings_updated_at @special_filings_updated_at end |