Method: Brief::Model::ClassMethods#attribute_names

Defined in:
lib/brief/model.rb

#attribute_namesObject



214
215
216
# File 'lib/brief/model.rb', line 214

def attribute_names
  attribute_set.map(&:name)
end