Class: GTFS::FareAttribute
- Inherits:
-
Object
- Object
- GTFS::FareAttribute
- Includes:
- Model
- Defined in:
- lib/gtfs/fare_attribute.rb
Class Method Summary collapse
Methods included from Model
included, #initialize, #valid?
Class Method Details
.parse_fare_attributes(data, options = {}) ⇒ Object
13 14 15 |
# File 'lib/gtfs/fare_attribute.rb', line 13 def self.parse_fare_attributes(data, ={}) return parse_models(data, ) end |