Class: ArchivesSpaceOAIRepository::FormatOptions
- Inherits:
-
Struct
- Object
- Struct
- ArchivesSpaceOAIRepository::FormatOptions
- Defined in:
- backend/app/lib/oai/aspace_oai_repository.rb
Instance Attribute Summary collapse
-
#page_size ⇒ Object
Returns the value of attribute page_size.
-
#record_types ⇒ Object
Returns the value of attribute record_types.
Instance Attribute Details
#page_size ⇒ Object
Returns the value of attribute page_size
7 8 9 |
# File 'backend/app/lib/oai/aspace_oai_repository.rb', line 7 def page_size @page_size end |
#record_types ⇒ Object
Returns the value of attribute record_types
7 8 9 |
# File 'backend/app/lib/oai/aspace_oai_repository.rb', line 7 def record_types @record_types end |