Class: Hyrax::AdminSetService::SearchResultForWorkCount

Inherits:
Struct
  • Object
show all
Defined in:
app/services/hyrax/admin_set_service.rb

Instance Attribute Summary collapse

Instance Attribute Details

#admin_setObject

Returns the value of attribute admin_set

Returns:

  • (Object)

    the current value of admin_set



21
22
23
# File 'app/services/hyrax/admin_set_service.rb', line 21

def admin_set
  @admin_set
end

#file_countObject

Returns the value of attribute file_count

Returns:

  • (Object)

    the current value of file_count



21
22
23
# File 'app/services/hyrax/admin_set_service.rb', line 21

def file_count
  @file_count
end

#work_countObject

Returns the value of attribute work_count

Returns:

  • (Object)

    the current value of work_count



21
22
23
# File 'app/services/hyrax/admin_set_service.rb', line 21

def work_count
  @work_count
end