Class: Datasets::PMJTDatasetList::Record
- Inherits:
-
Struct
- Object
- Struct
- Datasets::PMJTDatasetList::Record
- Defined in:
- lib/datasets/pmjt-dataset-list.rb
Instance Attribute Summary collapse
-
#bibliographical_introduction ⇒ Object
Returns the value of attribute bibliographical_introduction.
-
#id ⇒ Object
Returns the value of attribute id.
-
#n_volumes ⇒ Object
Returns the value of attribute n_volumes.
-
#open_data_category ⇒ Object
Returns the value of attribute open_data_category.
-
#original_request_code ⇒ Object
Returns the value of attribute original_request_code.
-
#publication_year ⇒ Object
Returns the value of attribute publication_year.
-
#release_time ⇒ Object
Returns the value of attribute release_time.
-
#tag ⇒ Object
Returns the value of attribute tag.
-
#text ⇒ Object
Returns the value of attribute text.
-
#title ⇒ Object
Returns the value of attribute title.
-
#type ⇒ Object
Returns the value of attribute type.
-
#unit ⇒ Object
Returns the value of attribute unit.
-
#year ⇒ Object
Returns the value of attribute year.
Instance Attribute Details
#bibliographical_introduction ⇒ Object
Returns the value of attribute bibliographical_introduction
5 6 7 |
# File 'lib/datasets/pmjt-dataset-list.rb', line 5 def bibliographical_introduction @bibliographical_introduction end |
#id ⇒ Object
Returns the value of attribute id
5 6 7 |
# File 'lib/datasets/pmjt-dataset-list.rb', line 5 def id @id end |
#n_volumes ⇒ Object
Returns the value of attribute n_volumes
5 6 7 |
# File 'lib/datasets/pmjt-dataset-list.rb', line 5 def n_volumes @n_volumes end |
#open_data_category ⇒ Object
Returns the value of attribute open_data_category
5 6 7 |
# File 'lib/datasets/pmjt-dataset-list.rb', line 5 def open_data_category @open_data_category end |
#original_request_code ⇒ Object
Returns the value of attribute original_request_code
5 6 7 |
# File 'lib/datasets/pmjt-dataset-list.rb', line 5 def original_request_code @original_request_code end |
#publication_year ⇒ Object
Returns the value of attribute publication_year
5 6 7 |
# File 'lib/datasets/pmjt-dataset-list.rb', line 5 def publication_year @publication_year end |
#release_time ⇒ Object
Returns the value of attribute release_time
5 6 7 |
# File 'lib/datasets/pmjt-dataset-list.rb', line 5 def release_time @release_time end |
#tag ⇒ Object
Returns the value of attribute tag
5 6 7 |
# File 'lib/datasets/pmjt-dataset-list.rb', line 5 def tag @tag end |
#text ⇒ Object
Returns the value of attribute text
5 6 7 |
# File 'lib/datasets/pmjt-dataset-list.rb', line 5 def text @text end |
#title ⇒ Object
Returns the value of attribute title
5 6 7 |
# File 'lib/datasets/pmjt-dataset-list.rb', line 5 def title @title end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'lib/datasets/pmjt-dataset-list.rb', line 5 def type @type end |
#unit ⇒ Object
Returns the value of attribute unit
5 6 7 |
# File 'lib/datasets/pmjt-dataset-list.rb', line 5 def unit @unit end |
#year ⇒ Object
Returns the value of attribute year
5 6 7 |
# File 'lib/datasets/pmjt-dataset-list.rb', line 5 def year @year end |