{"id":15465577,"url":"https://github.com/hackvan/banking-cb","last_synced_at":"2025-10-29T20:19:23.495Z","repository":{"id":145341455,"uuid":"140044504","full_name":"hackvan/banking-cb","owner":"hackvan","description":null,"archived":false,"fork":false,"pushed_at":"2018-07-07T01:54:34.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-05T17:13:27.358Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hackvan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-07T01:54:24.000Z","updated_at":"2018-07-07T01:54:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"884965d4-3de5-43b8-9aeb-94325d2fbc64","html_url":"https://github.com/hackvan/banking-cb","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"56f189ec48e9c51557983da0434402f5422e1fd1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackvan%2Fbanking-cb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackvan%2Fbanking-cb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackvan%2Fbanking-cb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackvan%2Fbanking-cb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hackvan","download_url":"https://codeload.github.com/hackvan/banking-cb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240386530,"owners_count":19793193,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T01:01:53.500Z","updated_at":"2025-10-29T20:19:23.419Z","avatar_url":"https://github.com/hackvan.png","language":"Ruby","readme":"# Object Oriented Banking\n\n## Objective\n\n1. Use TDD to code two classes that interact with each other. \n\n## Description\n\nWe're going to build a `BankAccount` class where one instance of the class can transfer money to another instance through a `Transfer` class. The `Transfer` class acts as a space for a transaction between two instances of the bank account class. Think of it this way: you can't just transfer money to another account without the bank running checks first. `Transfer` instances will do all of this, as well as check the validity of the accounts before the transaction occurs. `Transfer` instances should be able to reject a transfer if the accounts aren't valid or if the sender doesn't have the money.\n\nTransfers start out in a \"pending\" status. They can be executed and go to a \"complete\" state. They can also go to a \"rejected\" status. A completed transfer can also be reversed and go into a \"reversed\" status.\n\n## Instructions\n\nPass the tests. They are deliberatively vague; your design is up to you! Read the test output and test files very carefully to get through this one. \n\n\u003cp data-visibility='hidden'\u003eView \u003ca href='https://learn.co/lessons/oo-banking' title='Object Oriented Banking'\u003eObject Oriented Banking\u003c/a\u003e on Learn.co and start learning to code for free.\u003c/p\u003e\n\n\u003cp class='util--hide'\u003eView \u003ca href='https://learn.co/lessons/oo-banking'\u003eOO Banking\u003c/a\u003e on Learn.co and start learning to code for free.\u003c/p\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackvan%2Fbanking-cb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackvan%2Fbanking-cb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackvan%2Fbanking-cb/lists"}