Class: ArticleReference
- Inherits:
-
UnmissingReference
show all
- Defined in:
- app/models/article_reference.rb
Instance Method Summary
(collapse)
Methods inherited from Reference
#author, #author_names_string, #author_names_string=, #authors, #check_for_duplicate, #check_not_nested, citation_year_to_year, do_search, #document_host=, #downloadable_by?, find_by_bolton_key, import_hol_document_urls, #key, parse_and_extract_filter, parse_and_extract_years, #parse_author_names_and_suffix, perform_search, #principal_author_last_name, #refresh_author_names_caches, #replace_author_name, #short_citation_year, #to_s, #url
#<=>
Instance Method Details
- (Object) end_page
11
12
13
|
# File 'app/models/article_reference.rb', line 11
def end_page
page_parts[:end]
end
|
- (Object) issue
23
24
25
|
# File 'app/models/article_reference.rb', line 23
def issue
series_volume_issue_parts[:issue]
end
|
- (Object) series
15
16
17
|
# File 'app/models/article_reference.rb', line 15
def series
series_volume_issue_parts[:series]
end
|
- (Object) start_page
7
8
9
|
# File 'app/models/article_reference.rb', line 7
def start_page
page_parts[:start]
end
|
- (Object) volume
19
20
21
|
# File 'app/models/article_reference.rb', line 19
def volume
series_volume_issue_parts[:volume]
end
|