Module: GoodData::Mixin::IsFolder
- Included in:
- Folder
- Defined in:
- lib/gooddata/mixins/is_folder.rb
Instance Method Summary collapse
-
#folder? ⇒ Boolean
Returns true if the object is a folder false otherwise.
Instance Method Details
#folder? ⇒ Boolean
Returns true if the object is a folder false otherwise
6 7 8 |
# File 'lib/gooddata/mixins/is_folder.rb', line 6 def folder? true end |