aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stif/netex_file.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stif/netex_file.rb')
-rw-r--r--lib/stif/netex_file.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stif/netex_file.rb b/lib/stif/netex_file.rb
index db64ed05e..db0801bbe 100644
--- a/lib/stif/netex_file.rb
+++ b/lib/stif/netex_file.rb
@@ -43,7 +43,7 @@ module STIF
class Frame
class << self
- def get_line_object_id file_name
+ def get_short_id file_name
base_name = File.basename(file_name)
STIF::NetexFile::LINE_FILE_FORMAT.match(base_name).try(:[], 'line_object_id')
end