Object
A MetroBus stop.
MetroBus
@return [Integer] The WMATA Stop ID of this Stop
Stop
Create a Stop
@param [Integer] id WMATA Stop ID
# File lib/weese/bus/stop.rb, line 17 def initialize(id) @id = id end