Created
November 20, 2012 01:16
-
-
Save markson/4115324 to your computer and use it in GitHub Desktop.
Ruby Class with property
This file contains 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
[28] pry(main)> class Users | |
[28] pry(main)* attr_accessor :id, :first_name, :last_name | |
[28] pry(main)* end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment