#Keep it Classy with Ruby Classes!
##Learning Objectives
- Understand the purpose of classes in Ruby
- Learn how to create our own Ruby class
- Write getter and setter methods
- use an options hash to instantiate new objects
- Use Ruby's
attr_accessor
andattr_reader
methods - make your own class!
- understand that classes can inherit from each other