Class: BoxrCollection

Inherits:
Array
  • Object
show all
Defined in:
lib/boxr.rb

Instance Method Summary collapse

Instance Method Details

#filesObject



31
32
33
# File 'lib/boxr.rb', line 31

def files
  collection_for_type('file')
end

#foldersObject



35
36
37
# File 'lib/boxr.rb', line 35

def folders
  collection_for_type('folder')
end


39
40
41
# File 'lib/boxr.rb', line 39

def web_links
  collection_for_type('web_link')
end