Class: Studio::CSVAccess

Inherits:
Object show all
Defined in:
docs/00800_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)


1060
1061
1062
# File 'docs/00800_Studio.rb', line 1060

def file_id
  @file_id
end

#text_indexInteger (readonly)

Index of the text in CSV file

Returns:

  • (Integer)


1063
1064
1065
# File 'docs/00800_Studio.rb', line 1063

def text_index
  @text_index
end

Instance Method Details

#getString

Get the text

Returns:



1066
1067
# File 'docs/00800_Studio.rb', line 1066

def get
end