Method: Cms::Behaviors::Hiding::MacroMethods#hideable?

Defined in:
lib/cms/behaviors/hiding.rb

#hideable?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/cms/behaviors/hiding.rb', line 8

def hideable?
  !!@is_hideable
end