Class: GtfsDf::Schema::FareRules
- Inherits:
-
BaseGtfsTable
- Object
- BaseGtfsTable
- GtfsDf::Schema::FareRules
- Defined in:
- lib/gtfs_df/schema/fare_rules.rb
Constant Summary collapse
- SCHEMA =
{ "fare_id" => Polars::String, "route_id" => Polars::String, "origin_id" => Polars::String, "destination_id" => Polars::String, "contains_id" => Polars::String }.freeze
- REQUIRED_FIELDS =
%w[ fare_id ].freeze
Instance Attribute Summary
Attributes inherited from BaseGtfsTable
Method Summary
Methods inherited from BaseGtfsTable
#dataframe, empty_dataframe, #errors, #fields, #initialize, time_fields, #valid?
Constructor Details
This class inherits a constructor from GtfsDf::BaseGtfsTable