module GoodData::Mixin::IsFolder

Public Instance Methods

folder?() click to toggle source

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