Method: UIC::Application::Presentation#active
- Defined in:
- lib/ruic/presentation.rb
#active ⇒ Boolean
Returns Is the presentation initially active in the application?.
666 667 668 |
# File 'lib/ruic/presentation.rb', line 666 xmlattribute :active, ->(val){ val=="True" || val=="" } do |new_val| new_val ? 'True' : 'False' end |