lib/serega/attribute.rb in serega-0.6.1 vs lib/serega/attribute.rb in serega-0.7.0
- old
+ new
@@ -1,13 +1,13 @@
# frozen_string_literal: true
class Serega
#
- # Stores Attribute data
+ # Stores serialized attribute data
#
class SeregaAttribute
#
- # Stores Attribute instance methods
+ # Attribute instance methods
#
module AttributeInstanceMethods
# @return [Symbol] Attribute name
attr_reader :name