Skip to content

lena0910/boris-bikes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boris Bikes Challenges

This is a project based on London's Boris Bikes (i.e. 'Santander Cycles')

How to use

rspec

Technical Details

The program uses two classes: DockingStation & Bike

Boris Bikes UML

DockingStation can:

  • Release a bike, where it returns a Bike object. (In the future this will be a Bike from the docked_bikes array)
  • Dock a bike, where it adds a Bike object to the docked_bikes array

Bike has one method:

  • working?, which returns its' working status (true/false)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages