module AttributesReader
Public Instance Methods
attributes()
click to toggle source
# File lib/attributes_reader.rb, line 34 def attributes @attributes ||= Attributes.new(self) return @attributes end
# File lib/attributes_reader.rb, line 34 def attributes @attributes ||= Attributes.new(self) return @attributes end