Class: BoxrCollection
- Inherits:
-
Array
- Object
- Array
- BoxrCollection
- Defined in:
- lib/boxr.rb
Instance Method Summary collapse
Instance Method Details
#files ⇒ Object
32 33 34 |
# File 'lib/boxr.rb', line 32 def files collection_for_type('file') end |
#folders ⇒ Object
36 37 38 |
# File 'lib/boxr.rb', line 36 def folders collection_for_type('folder') end |
#web_links ⇒ Object
40 41 42 |
# File 'lib/boxr.rb', line 40 def web_links collection_for_type('web_link') end |