module GoodData::Mixin::IsFolder
Public Instance Methods
Source
# File lib/gooddata/mixins/is_folder.rb, line 6 def folder? true end
Returns true if the object is a folder false otherwise @return [Boolean]
# File lib/gooddata/mixins/is_folder.rb, line 6 def folder? true end
Returns true if the object is a folder false otherwise @return [Boolean]