Libraries
»
brief
(1.5.2)
»
Index
»
Brief
»
Model
»
ClassMethods
»
#attribute_names
Method: Brief::Model::ClassMethods#attribute_names
Defined in:
lib/brief/model.rb
#
attribute_names
⇒
Object
214 215 216
# File 'lib/brief/model.rb', line 214
def
attribute_names
attribute_set
.
map
(
&
:name
)
end