Class: ArchivesSpaceOAIRepository::FormatOptions

Inherits:
Struct
  • Object
show all
Defined in:
backend/app/lib/oai/aspace_oai_repository.rb

Instance Attribute Summary collapse

Instance Attribute Details

#page_sizeObject

Returns the value of attribute page_size

Returns:

  • (Object)

    the current value of page_size



7
8
9
# File 'backend/app/lib/oai/aspace_oai_repository.rb', line 7

def page_size
  @page_size
end

#record_typesObject

Returns the value of attribute record_types

Returns:

  • (Object)

    the current value of record_types



7
8
9
# File 'backend/app/lib/oai/aspace_oai_repository.rb', line 7

def record_types
  @record_types
end