Class: Ecfr::SearchService::ContentVersion::HierarchicalCount
- Inherits:
-
Object
- Object
- Ecfr::SearchService::ContentVersion::HierarchicalCount
- Extended by:
- Extensible
- Includes:
- AttributeMethodDefinition
- Defined in:
- lib/ecfr/search_service/content_version/hierarchical_count.rb
Instance Attribute Summary collapse
-
#relation ⇒ String
readonly
currently will always return ‘eq’.
-
#value ⇒ Integer
readonly
total number of matching results.
Method Summary
Methods included from Extensible
Methods included from AttributeMethodDefinition
Instance Attribute Details
#relation ⇒ String (readonly)
currently will always return ‘eq’
8 9 |
# File 'lib/ecfr/search_service/content_version/hierarchical_count.rb', line 8 attribute :relation, desc: "currently will always return 'eq'" |
#value ⇒ Integer (readonly)
total number of matching results
11 12 13 |
# File 'lib/ecfr/search_service/content_version/hierarchical_count.rb', line 11 attribute :value, type: :integer, desc: "total number of matching results" |