lib/acfs/resource/attributes.rb in acfs-0.49.1 vs lib/acfs/resource/attributes.rb in acfs-0.50.0
- old
+ new
@@ -45,10 +45,10 @@
#
# @return [HashWithIndifferentAccess{Symbol => Object}]
# Attributes and their values.
#
def attributes
- @attributes ||= HashWithIndifferentAccess.new
+ @_attrs ||= HashWithIndifferentAccess.new
end
# @api public
#
# Update all attributes with given hash. Attribute values will be casted