Class: Datasets::RdatasetList::Record
- Inherits:
-
Struct
- Object
- Struct
- Datasets::RdatasetList::Record
- Defined in:
- lib/datasets/rdataset.rb
Instance Attribute Summary collapse
-
#cols ⇒ Object
Returns the value of attribute cols.
-
#csv ⇒ Object
Returns the value of attribute csv.
-
#dataset ⇒ Object
Returns the value of attribute dataset.
-
#doc ⇒ Object
Returns the value of attribute doc.
-
#n_binary ⇒ Object
Returns the value of attribute n_binary.
-
#n_character ⇒ Object
Returns the value of attribute n_character.
-
#n_factor ⇒ Object
Returns the value of attribute n_factor.
-
#n_logical ⇒ Object
Returns the value of attribute n_logical.
-
#n_numeric ⇒ Object
Returns the value of attribute n_numeric.
-
#package ⇒ Object
Returns the value of attribute package.
-
#rows ⇒ Object
Returns the value of attribute rows.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#cols ⇒ Object
Returns the value of attribute cols
6 7 8 |
# File 'lib/datasets/rdataset.rb', line 6 def cols @cols end |
#csv ⇒ Object
Returns the value of attribute csv
6 7 8 |
# File 'lib/datasets/rdataset.rb', line 6 def csv @csv end |
#dataset ⇒ Object
Returns the value of attribute dataset
6 7 8 |
# File 'lib/datasets/rdataset.rb', line 6 def dataset @dataset end |
#doc ⇒ Object
Returns the value of attribute doc
6 7 8 |
# File 'lib/datasets/rdataset.rb', line 6 def doc @doc end |
#n_binary ⇒ Object
Returns the value of attribute n_binary
6 7 8 |
# File 'lib/datasets/rdataset.rb', line 6 def n_binary @n_binary end |
#n_character ⇒ Object
Returns the value of attribute n_character
6 7 8 |
# File 'lib/datasets/rdataset.rb', line 6 def n_character @n_character end |
#n_factor ⇒ Object
Returns the value of attribute n_factor
6 7 8 |
# File 'lib/datasets/rdataset.rb', line 6 def n_factor @n_factor end |
#n_logical ⇒ Object
Returns the value of attribute n_logical
6 7 8 |
# File 'lib/datasets/rdataset.rb', line 6 def n_logical @n_logical end |
#n_numeric ⇒ Object
Returns the value of attribute n_numeric
6 7 8 |
# File 'lib/datasets/rdataset.rb', line 6 def n_numeric @n_numeric end |
#package ⇒ Object
Returns the value of attribute package
6 7 8 |
# File 'lib/datasets/rdataset.rb', line 6 def package @package end |
#rows ⇒ Object
Returns the value of attribute rows
6 7 8 |
# File 'lib/datasets/rdataset.rb', line 6 def rows @rows end |
#title ⇒ Object
Returns the value of attribute title
6 7 8 |
# File 'lib/datasets/rdataset.rb', line 6 def title @title end |