Class: Datasets::Penguins::Record
- Inherits:
-
Struct
- Object
- Struct
- Datasets::Penguins::Record
- Defined in:
- lib/datasets/penguins.rb
Instance Attribute Summary collapse
-
#bill_depth_mm ⇒ Object
Returns the value of attribute bill_depth_mm.
-
#bill_length_mm ⇒ Object
Returns the value of attribute bill_length_mm.
-
#body_mass_g ⇒ Object
Returns the value of attribute body_mass_g.
-
#flipper_length_mm ⇒ Object
Returns the value of attribute flipper_length_mm.
-
#island ⇒ Object
Returns the value of attribute island.
-
#sex ⇒ Object
Returns the value of attribute sex.
-
#species ⇒ Object
Returns the value of attribute species.
-
#year ⇒ Object
Returns the value of attribute year.
Instance Attribute Details
#bill_depth_mm ⇒ Object
Returns the value of attribute bill_depth_mm
77 78 79 |
# File 'lib/datasets/penguins.rb', line 77 def bill_depth_mm @bill_depth_mm end |
#bill_length_mm ⇒ Object
Returns the value of attribute bill_length_mm
77 78 79 |
# File 'lib/datasets/penguins.rb', line 77 def bill_length_mm @bill_length_mm end |
#body_mass_g ⇒ Object
Returns the value of attribute body_mass_g
77 78 79 |
# File 'lib/datasets/penguins.rb', line 77 def body_mass_g @body_mass_g end |
#flipper_length_mm ⇒ Object
Returns the value of attribute flipper_length_mm
77 78 79 |
# File 'lib/datasets/penguins.rb', line 77 def flipper_length_mm @flipper_length_mm end |
#island ⇒ Object
Returns the value of attribute island
77 78 79 |
# File 'lib/datasets/penguins.rb', line 77 def island @island end |
#sex ⇒ Object
Returns the value of attribute sex
77 78 79 |
# File 'lib/datasets/penguins.rb', line 77 def sex @sex end |
#species ⇒ Object
Returns the value of attribute species
77 78 79 |
# File 'lib/datasets/penguins.rb', line 77 def species @species end |
#year ⇒ Object
Returns the value of attribute year
77 78 79 |
# File 'lib/datasets/penguins.rb', line 77 def year @year end |