Class: LS4::TSVData

Inherits:
Object
  • Object
show all
Defined in:
lib/ls4/logic/tsv_data.rb

Direct Known Subclasses

FaultList, NodeList

Instance Method Summary collapse

Constructor Details

#initializeTSVData

Returns a new instance of TSVData.



22
23
24
# File 'lib/ls4/logic/tsv_data.rb', line 22

def initialize
	update_hash
end

Instance Method Details

#closeObject



35
36
# File 'lib/ls4/logic/tsv_data.rb', line 35

def close
end

#get_hashObject



26
27
28
# File 'lib/ls4/logic/tsv_data.rb', line 26

def get_hash
	@hash
end

#open(path) ⇒ Object



30
31
32
33
# File 'lib/ls4/logic/tsv_data.rb', line 30

def open(path)
	@path = path
	read
end