Class: Datasets::RdatasetList::Record

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

Instance Attribute Summary collapse

Instance Attribute Details

#colsObject

Returns the value of attribute cols



6
7
8
# File 'lib/datasets/rdataset.rb', line 6

def cols
  @cols
end

#csvObject

Returns the value of attribute csv



6
7
8
# File 'lib/datasets/rdataset.rb', line 6

def csv
  @csv
end

#datasetObject

Returns the value of attribute dataset



6
7
8
# File 'lib/datasets/rdataset.rb', line 6

def dataset
  @dataset
end

#docObject

Returns the value of attribute doc



6
7
8
# File 'lib/datasets/rdataset.rb', line 6

def doc
  @doc
end

#n_binaryObject

Returns the value of attribute n_binary



6
7
8
# File 'lib/datasets/rdataset.rb', line 6

def n_binary
  @n_binary
end

#n_characterObject

Returns the value of attribute n_character



6
7
8
# File 'lib/datasets/rdataset.rb', line 6

def n_character
  @n_character
end

#n_factorObject

Returns the value of attribute n_factor



6
7
8
# File 'lib/datasets/rdataset.rb', line 6

def n_factor
  @n_factor
end

#n_logicalObject

Returns the value of attribute n_logical



6
7
8
# File 'lib/datasets/rdataset.rb', line 6

def n_logical
  @n_logical
end

#n_numericObject

Returns the value of attribute n_numeric



6
7
8
# File 'lib/datasets/rdataset.rb', line 6

def n_numeric
  @n_numeric
end

#packageObject

Returns the value of attribute package



6
7
8
# File 'lib/datasets/rdataset.rb', line 6

def package
  @package
end

#rowsObject

Returns the value of attribute rows



6
7
8
# File 'lib/datasets/rdataset.rb', line 6

def rows
  @rows
end

#titleObject

Returns the value of attribute title



6
7
8
# File 'lib/datasets/rdataset.rb', line 6

def title
  @title
end