Class: GoTransit::Stop::Parking

Inherits:
ApiResource show all
Defined in:
lib/go_transit/resources/stop/parking.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from ApiResource

#initialize

Constructor Details

This class inherits a constructor from GoTransit::ApiResource

Instance Attribute Details

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/go_transit/resources/stop/parking.rb', line 3

def name
  @name
end

#name_frObject

Returns the value of attribute name_fr.



3
4
5
# File 'lib/go_transit/resources/stop/parking.rb', line 3

def name_fr
  @name_fr
end

#park_spotsObject

Returns the value of attribute park_spots.



3
4
5
# File 'lib/go_transit/resources/stop/parking.rb', line 3

def park_spots
  @park_spots
end

#typeObject

Returns the value of attribute type.



3
4
5
# File 'lib/go_transit/resources/stop/parking.rb', line 3

def type
  @type
end