Class: Datasets::PenguinsRawData::Record

Inherits:
Struct
  • Object
show all
Defined in:
lib/datasets/penguins.rb

Instance Attribute Summary collapse

Instance Attribute Details

#body_mass_gObject

Returns the value of attribute body_mass_g

Returns:

  • (Object)

    the current value of body_mass_g



5
6
7
# File 'lib/datasets/penguins.rb', line 5

def body_mass_g
  @body_mass_g
end

#clutch_completionObject

Returns the value of attribute clutch_completion

Returns:

  • (Object)

    the current value of clutch_completion



5
6
7
# File 'lib/datasets/penguins.rb', line 5

def clutch_completion
  @clutch_completion
end

#commentsObject

Returns the value of attribute comments

Returns:

  • (Object)

    the current value of comments



5
6
7
# File 'lib/datasets/penguins.rb', line 5

def comments
  @comments
end

#culmen_depth_mmObject

Returns the value of attribute culmen_depth_mm

Returns:

  • (Object)

    the current value of culmen_depth_mm



5
6
7
# File 'lib/datasets/penguins.rb', line 5

def culmen_depth_mm
  @culmen_depth_mm
end

#culmen_length_mmObject

Returns the value of attribute culmen_length_mm

Returns:

  • (Object)

    the current value of culmen_length_mm



5
6
7
# File 'lib/datasets/penguins.rb', line 5

def culmen_length_mm
  @culmen_length_mm
end

#date_eggObject

Returns the value of attribute date_egg

Returns:

  • (Object)

    the current value of date_egg



5
6
7
# File 'lib/datasets/penguins.rb', line 5

def date_egg
  @date_egg
end

#delta_13_c_permilObject

Returns the value of attribute delta_13_c_permil

Returns:

  • (Object)

    the current value of delta_13_c_permil



5
6
7
# File 'lib/datasets/penguins.rb', line 5

def delta_13_c_permil
  @delta_13_c_permil
end

#delta_15_n_permilObject

Returns the value of attribute delta_15_n_permil

Returns:

  • (Object)

    the current value of delta_15_n_permil



5
6
7
# File 'lib/datasets/penguins.rb', line 5

def delta_15_n_permil
  @delta_15_n_permil
end

#flipper_length_mmObject

Returns the value of attribute flipper_length_mm

Returns:

  • (Object)

    the current value of flipper_length_mm



5
6
7
# File 'lib/datasets/penguins.rb', line 5

def flipper_length_mm
  @flipper_length_mm
end

#individual_idObject

Returns the value of attribute individual_id

Returns:

  • (Object)

    the current value of individual_id



5
6
7
# File 'lib/datasets/penguins.rb', line 5

def individual_id
  @individual_id
end

#islandObject

Returns the value of attribute island

Returns:

  • (Object)

    the current value of island



5
6
7
# File 'lib/datasets/penguins.rb', line 5

def island
  @island
end

#regionObject

Returns the value of attribute region

Returns:

  • (Object)

    the current value of region



5
6
7
# File 'lib/datasets/penguins.rb', line 5

def region
  @region
end

#sample_numberObject

Returns the value of attribute sample_number

Returns:

  • (Object)

    the current value of sample_number



5
6
7
# File 'lib/datasets/penguins.rb', line 5

def sample_number
  @sample_number
end

#sexObject

Returns the value of attribute sex

Returns:

  • (Object)

    the current value of sex



5
6
7
# File 'lib/datasets/penguins.rb', line 5

def sex
  @sex
end

#speciesObject

Returns the value of attribute species

Returns:

  • (Object)

    the current value of species



5
6
7
# File 'lib/datasets/penguins.rb', line 5

def species
  @species
end

#stageObject

Returns the value of attribute stage

Returns:

  • (Object)

    the current value of stage



5
6
7
# File 'lib/datasets/penguins.rb', line 5

def stage
  @stage
end

#study_nameObject

Returns the value of attribute study_name

Returns:

  • (Object)

    the current value of study_name



5
6
7
# File 'lib/datasets/penguins.rb', line 5

def study_name
  @study_name
end