334 335 336 337
# File 'lib/apiql.rb', line 334 def attributes(*attrs) @apiql_attributes ||= [] @apiql_attributes += attrs.map(&:to_sym) end