Class: PRbed::Fam
- Inherits:
-
Struct
- Object
- Struct
- PRbed::Fam
- Defined in:
- lib/PRbed.rb
Instance Attribute Summary collapse
-
#fid ⇒ Object
Returns the value of attribute fid.
-
#iid ⇒ Object
Returns the value of attribute iid.
-
#phenotype ⇒ Object
Returns the value of attribute phenotype.
-
#sex ⇒ Object
Returns the value of attribute sex.
Instance Attribute Details
#fid ⇒ Object
Returns the value of attribute fid
13 14 15 |
# File 'lib/PRbed.rb', line 13 def fid @fid end |
#iid ⇒ Object
Returns the value of attribute iid
13 14 15 |
# File 'lib/PRbed.rb', line 13 def iid @iid end |
#phenotype ⇒ Object
Returns the value of attribute phenotype
13 14 15 |
# File 'lib/PRbed.rb', line 13 def phenotype @phenotype end |
#sex ⇒ Object
Returns the value of attribute sex
13 14 15 |
# File 'lib/PRbed.rb', line 13 def sex @sex end |