module GTFS::ORM

Constants

DEFAULT_PATH

CONSTANTS

VERSION

Public Class Methods

path() click to toggle source
# File lib/gtfs/orm.rb, line 21
def self.path
  @path ||= DEFAULT_PATH
end
path=(path) click to toggle source

CLASS METHODS

# File lib/gtfs/orm.rb, line 17
def self.path=(path)
  @path
end