Class: GtfsDf::Schema::FareProducts
- Inherits:
-
BaseGtfsTable
- Object
- BaseGtfsTable
- GtfsDf::Schema::FareProducts
- Defined in:
- lib/gtfs_df/schema/fare_products.rb
Constant Summary collapse
- SCHEMA =
{ "fare_product_id" => Polars::String, "fare_product_name" => Polars::String, "amount" => Polars::Float64, "currency" => Polars::String, "duration" => Polars::Int64, "duration_type" => Polars::String, "fare_media_id" => Polars::String }.freeze
- REQUIRED_FIELDS =
%w[ fare_product_id fare_product_name amount currency ].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