Class: Studio::CSVAccess
Overview
Data class describing a CSV access
Instance Attribute Summary collapse
-
#file_id ⇒ Integer
readonly
ID of the csv file.
-
#text_index ⇒ Integer
readonly
Index of the text in CSV file.
Instance Method Summary collapse
-
#get ⇒ String
Get the text.
Instance Attribute Details
#file_id ⇒ Integer (readonly)
ID of the csv file
1085 1086 1087 |
# File 'docs/3_Studio.rb', line 1085 def file_id @file_id end |
#text_index ⇒ Integer (readonly)
Index of the text in CSV file
1088 1089 1090 |
# File 'docs/3_Studio.rb', line 1088 def text_index @text_index end |