Class: Studio::CSVAccess

Inherits:
Object show all
Defined in:
docs/3_Studio.rb

Overview

Data class describing a CSV access

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#file_idInteger (readonly)

ID of the csv file

Returns:

  • (Integer)


1085
1086
1087
# File 'docs/3_Studio.rb', line 1085

def file_id
  @file_id
end

#text_indexInteger (readonly)

Index of the text in CSV file

Returns:

  • (Integer)


1088
1089
1090
# File 'docs/3_Studio.rb', line 1088

def text_index
  @text_index
end

Instance Method Details

#getString

Get the text

Returns:



1091
1092
# File 'docs/3_Studio.rb', line 1091

def get
end