jmazur/go_transit_ruby

View on GitHub
lib/go_transit/resources/fare/fare_category.rb

Summary

Maintainability
A
0 mins
Test Coverage
module GoTransit
  class Fare::FareCategory < ApiResource
    attr_accessor :type, :tickets
  end
end