Open
Conversation
added 19 commits
February 29, 2016 15:07
…ctual creates all the Accounts
… of the csv file. not sure if this work, and not sure how will be the 'sharing information thing' with the other part of the progra
…... I moved some things arround... which means the other things that where done... might have moved arround too..
…ethod and make the changes that allow me to pass the parameter of the inizaliazer
…ut not sure if they are created with the parameters I want to.
…nizializer... went back to One and make it sel.one. Created the find_with_id
… parent of SavingsAccount. Created the withdraw method. I went back and change the value that the orifinal withdraw returns to in order to use /super/ in the child class
…he balance. Does not allow the account to go below the $10 minimum balance - Will output a warning message and return the original un-modified balance
… balance and add the interest to the balance, and returns to the interest
…its parent class, I called /super/ isntead and add the variation.
…d has been used. Made the arrangements for the other conditionals in the method withraw_with_check
…sed in the 'passing of time'. An in a Yak shaving moment I figured out how to link my Owner class with the Account class, and for consecuent to the Savings and Checking aclasses
…w.codecademy.com/forum_questions/51b79ca98c1ccc3d52001e34 closing this tab remaining from my search last night made me realized... the only good thing that classes variables.... also fixed the initilize methods for SavingAccount and CheckingAccount to be able to handle Owner as argument
… @number_of_Checks each month. So I created the me method that resets the checks... working in the optional from wave 2 is much easer now. I creted the self.all for Owner class.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
:)