Class: GtfsDf::Schema::FareLegRules
- Inherits:
-
BaseGtfsTable
- Object
- BaseGtfsTable
- GtfsDf::Schema::FareLegRules
- Defined in:
- lib/gtfs_df/schema/fare_leg_rules.rb
Constant Summary collapse
- SCHEMA =
{ "fare_leg_rule_id" => Polars::String, "fare_product_id" => Polars::String, "from_area_id" => Polars::String, "to_area_id" => Polars::String, "leg_group_id" => Polars::String, "network_id" => Polars::String }.freeze
- REQUIRED_FIELDS =
%w[ fare_leg_rule_id fare_product_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