Class: GoTransit::Fare::FareCategory

Inherits:
ApiResource show all
Defined in:
lib/go_transit/resources/fare/fare_category.rb

Defined Under Namespace

Classes: Ticket

Instance Attribute Summary collapse

Method Summary

Methods inherited from ApiResource

#initialize

Constructor Details

This class inherits a constructor from GoTransit::ApiResource

Instance Attribute Details

#ticketsObject

Returns the value of attribute tickets.



3
4
5
# File 'lib/go_transit/resources/fare/fare_category.rb', line 3

def tickets
  @tickets
end

#typeObject

Returns the value of attribute type.



3
4
5
# File 'lib/go_transit/resources/fare/fare_category.rb', line 3

def type
  @type
end