module Kangaru::Attributable
def attributes
def attributes instance_methods.grep(/\w=$/).map do |attribute| attribute.to_s.delete_suffix("=").to_sym end end
def attributes instance_methods.grep(/\w=$/).map do |attribute| attribute.to_s.delete_suffix("=").to_sym end end