#Ruby Introduction
###Day 1
- Introduction to Ruby syntax
- Class definitions and usage
- Variable types
- Modules
- Hashes
- Method types
- Arrays
- Iterators
###Day 2
- Array methods
- Control flow
- Loops
- Iterators
- Class inheritance
- HTTP requests with HTTParty
- JSON.parse
- Lab time
###Day 3
- Class inheritance
- Accessing APIs with HTTParty
- Working with JSON data
- Creating records with POST data
- Lab time