Class: Datasets::Mushroom::Record
- Inherits:
-
Struct
- Object
- Struct
- Datasets::Mushroom::Record
- Defined in:
- lib/datasets/mushroom.rb
Instance Attribute Summary collapse
-
#bruises ⇒ Object
Returns the value of attribute bruises.
-
#cap_color ⇒ Object
Returns the value of attribute cap_color.
-
#cap_shape ⇒ Object
Returns the value of attribute cap_shape.
-
#cap_surface ⇒ Object
Returns the value of attribute cap_surface.
-
#gill_attachment ⇒ Object
Returns the value of attribute gill_attachment.
-
#gill_color ⇒ Object
Returns the value of attribute gill_color.
-
#gill_size ⇒ Object
Returns the value of attribute gill_size.
-
#gill_spacing ⇒ Object
Returns the value of attribute gill_spacing.
-
#habitat ⇒ Object
Returns the value of attribute habitat.
-
#label ⇒ Object
Returns the value of attribute label.
-
#n_rings ⇒ Object
Returns the value of attribute n_rings.
-
#odor ⇒ Object
Returns the value of attribute odor.
-
#population ⇒ Object
Returns the value of attribute population.
-
#ring_type ⇒ Object
Returns the value of attribute ring_type.
-
#spore_print_color ⇒ Object
Returns the value of attribute spore_print_color.
-
#stalk_color_above_ring ⇒ Object
Returns the value of attribute stalk_color_above_ring.
-
#stalk_color_below_ring ⇒ Object
Returns the value of attribute stalk_color_below_ring.
-
#stalk_root ⇒ Object
Returns the value of attribute stalk_root.
-
#stalk_shape ⇒ Object
Returns the value of attribute stalk_shape.
-
#stalk_surface_above_ring ⇒ Object
Returns the value of attribute stalk_surface_above_ring.
-
#stalk_surface_below_ring ⇒ Object
Returns the value of attribute stalk_surface_below_ring.
-
#veil_color ⇒ Object
Returns the value of attribute veil_color.
-
#veil_type ⇒ Object
Returns the value of attribute veil_type.
Instance Attribute Details
#bruises ⇒ Object
Returns the value of attribute bruises
7 8 9 |
# File 'lib/datasets/mushroom.rb', line 7 def bruises @bruises end |
#cap_color ⇒ Object
Returns the value of attribute cap_color
7 8 9 |
# File 'lib/datasets/mushroom.rb', line 7 def cap_color @cap_color end |
#cap_shape ⇒ Object
Returns the value of attribute cap_shape
7 8 9 |
# File 'lib/datasets/mushroom.rb', line 7 def cap_shape @cap_shape end |
#cap_surface ⇒ Object
Returns the value of attribute cap_surface
7 8 9 |
# File 'lib/datasets/mushroom.rb', line 7 def cap_surface @cap_surface end |
#gill_attachment ⇒ Object
Returns the value of attribute gill_attachment
7 8 9 |
# File 'lib/datasets/mushroom.rb', line 7 def @gill_attachment end |
#gill_color ⇒ Object
Returns the value of attribute gill_color
7 8 9 |
# File 'lib/datasets/mushroom.rb', line 7 def gill_color @gill_color end |
#gill_size ⇒ Object
Returns the value of attribute gill_size
7 8 9 |
# File 'lib/datasets/mushroom.rb', line 7 def gill_size @gill_size end |
#gill_spacing ⇒ Object
Returns the value of attribute gill_spacing
7 8 9 |
# File 'lib/datasets/mushroom.rb', line 7 def gill_spacing @gill_spacing end |
#habitat ⇒ Object
Returns the value of attribute habitat
7 8 9 |
# File 'lib/datasets/mushroom.rb', line 7 def habitat @habitat end |
#label ⇒ Object
Returns the value of attribute label
7 8 9 |
# File 'lib/datasets/mushroom.rb', line 7 def label @label end |
#n_rings ⇒ Object
Returns the value of attribute n_rings
7 8 9 |
# File 'lib/datasets/mushroom.rb', line 7 def n_rings @n_rings end |
#odor ⇒ Object
Returns the value of attribute odor
7 8 9 |
# File 'lib/datasets/mushroom.rb', line 7 def odor @odor end |
#population ⇒ Object
Returns the value of attribute population
7 8 9 |
# File 'lib/datasets/mushroom.rb', line 7 def population @population end |
#ring_type ⇒ Object
Returns the value of attribute ring_type
7 8 9 |
# File 'lib/datasets/mushroom.rb', line 7 def ring_type @ring_type end |
#spore_print_color ⇒ Object
Returns the value of attribute spore_print_color
7 8 9 |
# File 'lib/datasets/mushroom.rb', line 7 def spore_print_color @spore_print_color end |
#stalk_color_above_ring ⇒ Object
Returns the value of attribute stalk_color_above_ring
7 8 9 |
# File 'lib/datasets/mushroom.rb', line 7 def stalk_color_above_ring @stalk_color_above_ring end |
#stalk_color_below_ring ⇒ Object
Returns the value of attribute stalk_color_below_ring
7 8 9 |
# File 'lib/datasets/mushroom.rb', line 7 def stalk_color_below_ring @stalk_color_below_ring end |
#stalk_root ⇒ Object
Returns the value of attribute stalk_root
7 8 9 |
# File 'lib/datasets/mushroom.rb', line 7 def stalk_root @stalk_root end |
#stalk_shape ⇒ Object
Returns the value of attribute stalk_shape
7 8 9 |
# File 'lib/datasets/mushroom.rb', line 7 def stalk_shape @stalk_shape end |
#stalk_surface_above_ring ⇒ Object
Returns the value of attribute stalk_surface_above_ring
7 8 9 |
# File 'lib/datasets/mushroom.rb', line 7 def stalk_surface_above_ring @stalk_surface_above_ring end |
#stalk_surface_below_ring ⇒ Object
Returns the value of attribute stalk_surface_below_ring
7 8 9 |
# File 'lib/datasets/mushroom.rb', line 7 def stalk_surface_below_ring @stalk_surface_below_ring end |
#veil_color ⇒ Object
Returns the value of attribute veil_color
7 8 9 |
# File 'lib/datasets/mushroom.rb', line 7 def veil_color @veil_color end |
#veil_type ⇒ Object
Returns the value of attribute veil_type
7 8 9 |
# File 'lib/datasets/mushroom.rb', line 7 def veil_type @veil_type end |