Last active
July 10, 2019 02:23
-
-
Save Dunn-Austen/3c7ab5de2b7f167b017543ed56ffdbce to your computer and use it in GitHub Desktop.
Session 5 (mod 0) class example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Class: Vehicle | |
Attributes: | |
power_type "string" | |
color "string" | |
number_of_seats integer | |
gear_shift "string" | |
dirty (boolean) | |
Methods: | |
current_fuel | |
car_start | |
be_washed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment