Created
July 10, 2019 02:28
-
-
Save Dunn-Austen/597a241ee40e49be6cfb1543a2681954 to your computer and use it in GitHub Desktop.
Mod o session 5 objectgist
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
Object: Ford Raptor | |
Attributes: | |
power_type "gas" | |
color "blue" | |
number_of_seats 5 | |
gear_shift "stick" | |
dirty (true) | |
Methods: | |
current_fuel (fuel_capacity - fuel_used) | |
car_start (Change Car_on to true) | |
be_washed (Change dirt to false) | |
refill_gas | |
enginge_off |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment