Class: Udongo::Configs::Tags

Inherits:
Object
  • Object
show all
Defined in:
lib/udongo/configs/tags.rb

Instance Method Summary collapse

Instance Method Details

#allow_new?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/udongo/configs/tags.rb', line 9

def allow_new?
  allow_new === true
end

#editor_for_summary?Boolean

Returns:

  • (Boolean)


13
14
15
# File 'lib/udongo/configs/tags.rb', line 13

def editor_for_summary?
  editor_for_summary === true
end