Method: FlatApi::CollectionType.all_vars
- Defined in:
- lib/flat_api/models/collection_type.rb
.all_vars ⇒ Object
25 26 27 |
# File 'lib/flat_api/models/collection_type.rb', line 25 def self.all_vars @all_vars ||= [ROOT, REGULAR, SHARED_WITH_ME, SHARED_WITH_GROUP, APP, TRASH].freeze end |