Class: Datasets::PenguinsRawData::Record
- Inherits:
-
Struct
- Object
- Struct
- Datasets::PenguinsRawData::Record
- Defined in:
- lib/datasets/penguins.rb
Instance Attribute Summary collapse
-
#body_mass_g ⇒ Object
Returns the value of attribute body_mass_g.
-
#clutch_completion ⇒ Object
Returns the value of attribute clutch_completion.
-
#comments ⇒ Object
Returns the value of attribute comments.
-
#culmen_depth_mm ⇒ Object
Returns the value of attribute culmen_depth_mm.
-
#culmen_length_mm ⇒ Object
Returns the value of attribute culmen_length_mm.
-
#date_egg ⇒ Object
Returns the value of attribute date_egg.
-
#delta_13_c_permil ⇒ Object
Returns the value of attribute delta_13_c_permil.
-
#delta_15_n_permil ⇒ Object
Returns the value of attribute delta_15_n_permil.
-
#flipper_length_mm ⇒ Object
Returns the value of attribute flipper_length_mm.
-
#individual_id ⇒ Object
Returns the value of attribute individual_id.
-
#island ⇒ Object
Returns the value of attribute island.
-
#region ⇒ Object
Returns the value of attribute region.
-
#sample_number ⇒ Object
Returns the value of attribute sample_number.
-
#sex ⇒ Object
Returns the value of attribute sex.
-
#species ⇒ Object
Returns the value of attribute species.
-
#stage ⇒ Object
Returns the value of attribute stage.
-
#study_name ⇒ Object
Returns the value of attribute study_name.
Instance Attribute Details
#body_mass_g ⇒ Object
Returns the value of attribute body_mass_g
7 8 9 |
# File 'lib/datasets/penguins.rb', line 7 def body_mass_g @body_mass_g end |
#clutch_completion ⇒ Object
Returns the value of attribute clutch_completion
7 8 9 |
# File 'lib/datasets/penguins.rb', line 7 def clutch_completion @clutch_completion end |
#comments ⇒ Object
Returns the value of attribute comments
7 8 9 |
# File 'lib/datasets/penguins.rb', line 7 def comments @comments end |
#culmen_depth_mm ⇒ Object
Returns the value of attribute culmen_depth_mm
7 8 9 |
# File 'lib/datasets/penguins.rb', line 7 def culmen_depth_mm @culmen_depth_mm end |
#culmen_length_mm ⇒ Object
Returns the value of attribute culmen_length_mm
7 8 9 |
# File 'lib/datasets/penguins.rb', line 7 def culmen_length_mm @culmen_length_mm end |
#date_egg ⇒ Object
Returns the value of attribute date_egg
7 8 9 |
# File 'lib/datasets/penguins.rb', line 7 def date_egg @date_egg end |
#delta_13_c_permil ⇒ Object
Returns the value of attribute delta_13_c_permil
7 8 9 |
# File 'lib/datasets/penguins.rb', line 7 def delta_13_c_permil @delta_13_c_permil end |
#delta_15_n_permil ⇒ Object
Returns the value of attribute delta_15_n_permil
7 8 9 |
# File 'lib/datasets/penguins.rb', line 7 def delta_15_n_permil @delta_15_n_permil end |
#flipper_length_mm ⇒ Object
Returns the value of attribute flipper_length_mm
7 8 9 |
# File 'lib/datasets/penguins.rb', line 7 def flipper_length_mm @flipper_length_mm end |
#individual_id ⇒ Object
Returns the value of attribute individual_id
7 8 9 |
# File 'lib/datasets/penguins.rb', line 7 def individual_id @individual_id end |
#island ⇒ Object
Returns the value of attribute island
7 8 9 |
# File 'lib/datasets/penguins.rb', line 7 def island @island end |
#region ⇒ Object
Returns the value of attribute region
7 8 9 |
# File 'lib/datasets/penguins.rb', line 7 def region @region end |
#sample_number ⇒ Object
Returns the value of attribute sample_number
7 8 9 |
# File 'lib/datasets/penguins.rb', line 7 def sample_number @sample_number end |
#sex ⇒ Object
Returns the value of attribute sex
7 8 9 |
# File 'lib/datasets/penguins.rb', line 7 def sex @sex end |
#species ⇒ Object
Returns the value of attribute species
7 8 9 |
# File 'lib/datasets/penguins.rb', line 7 def species @species end |
#stage ⇒ Object
Returns the value of attribute stage
7 8 9 |
# File 'lib/datasets/penguins.rb', line 7 def stage @stage end |
#study_name ⇒ Object
Returns the value of attribute study_name
7 8 9 |
# File 'lib/datasets/penguins.rb', line 7 def study_name @study_name end |