Class: Datasets::RdatasetList::Record

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

Instance Attribute Summary collapse

Instance Attribute Details

#cols ⇒ Object

Returns the value of attribute cols

Returns:

  • (Object) —

    the current value of cols



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

def cols
  @cols
end

#csv ⇒ Object

Returns the value of attribute csv

Returns:

  • (Object) —

    the current value of csv



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

def csv
  @csv
end

#dataset ⇒ Object

Returns the value of attribute dataset

Returns:

  • (Object) —

    the current value of dataset



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

def dataset
  @dataset
end

#doc ⇒ Object

Returns the value of attribute doc

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of package



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

def package
  @package
end

#rows ⇒ Object

Returns the value of attribute rows

Returns:

  • (Object) —

    the current value of rows



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

def rows
  @rows
end

#title ⇒ Object

Returns the value of attribute title

Returns:

  • (Object) —

    the current value of title



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

def title
  @title
end