lib/coder_wally/badge.rb in coder_wally-0.0.4 vs lib/coder_wally/badge.rb in coder_wally-0.0.5
- old
+ new
@@ -1,6 +1,7 @@
# All code in the gem is namespaced under this module.
module CoderWally
+ # Stores Badge properties
class Badge
# Object properties
attr_reader :name, :badge, :description, :created
# Initialise object with a hash of values
\ No newline at end of file