Class: Hyrax::AdminSetService::SearchResultForWorkCount
- Inherits:
-
Struct
- Object
- Struct
- Hyrax::AdminSetService::SearchResultForWorkCount
- Defined in:
- app/services/hyrax/admin_set_service.rb
Instance Attribute Summary collapse
-
#admin_set ⇒ Object
Returns the value of attribute admin_set.
-
#file_count ⇒ Object
Returns the value of attribute file_count.
-
#work_count ⇒ Object
Returns the value of attribute work_count.
Instance Attribute Details
#admin_set ⇒ Object
Returns the value of attribute admin_set
22 23 24 |
# File 'app/services/hyrax/admin_set_service.rb', line 22 def admin_set @admin_set end |
#file_count ⇒ Object
Returns the value of attribute file_count
22 23 24 |
# File 'app/services/hyrax/admin_set_service.rb', line 22 def file_count @file_count end |
#work_count ⇒ Object
Returns the value of attribute work_count
22 23 24 |
# File 'app/services/hyrax/admin_set_service.rb', line 22 def work_count @work_count end |