Class: Datasets::RdatasetsList::Record

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

Instance Attribute Summary collapse

Instance Attribute Details

#colsObject

Returns the value of attribute cols

Returns:

  • (Object)

    the current value of cols



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

def cols
  @cols
end

#csvObject

Returns the value of attribute csv

Returns:

  • (Object)

    the current value of csv



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

def csv
  @csv
end

#datasetObject

Returns the value of attribute dataset

Returns:

  • (Object)

    the current value of dataset



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

def dataset
  @dataset
end

#docObject

Returns the value of attribute doc

Returns:

  • (Object)

    the current value of doc



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

def doc
  @doc
end

#n_binaryObject

Returns the value of attribute n_binary

Returns:

  • (Object)

    the current value of n_binary



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

def n_binary
  @n_binary
end

#n_characterObject

Returns the value of attribute n_character

Returns:

  • (Object)

    the current value of n_character



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

def n_character
  @n_character
end

#n_factorObject

Returns the value of attribute n_factor

Returns:

  • (Object)

    the current value of n_factor



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

def n_factor
  @n_factor
end

#n_logicalObject

Returns the value of attribute n_logical

Returns:

  • (Object)

    the current value of n_logical



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

def n_logical
  @n_logical
end

#n_numericObject

Returns the value of attribute n_numeric

Returns:

  • (Object)

    the current value of n_numeric



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

def n_numeric
  @n_numeric
end

#packageObject

Returns the value of attribute package

Returns:

  • (Object)

    the current value of package



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

def package
  @package
end

#rowsObject

Returns the value of attribute rows

Returns:

  • (Object)

    the current value of rows



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

def rows
  @rows
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end