class Weese::Bus::Stop

A MetroBus stop.

Attributes

id[RW]

@return [Integer] The WMATA Stop ID of this Stop

Public Class Methods

new(id) click to toggle source

Create a Stop

@param [Integer] id WMATA Stop ID

# File lib/weese/bus/stop.rb, line 17
def initialize(id)
  @id = id
end