Class: Ambling::Line::Settings::ContextMenu::DefaultItems
- Inherits:
-
Object
- Object
- Ambling::Line::Settings::ContextMenu::DefaultItems
- Includes:
- Base
- Defined in:
- lib/ambling/line.rb
Constant Summary collapse
- VALUES =
[:zoom,:print]
Instance Attribute Summary collapse
-
#print ⇒ Object
- true
-
(true / false) to show or not flash players print menu.
-
#zoom ⇒ Object
- false
-
(true / false) to show or not flash players zoom menu.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#print ⇒ Object
- true
-
(true / false) to show or not flash players print menu
1497 1498 1499 |
# File 'lib/ambling/line.rb', line 1497 def print @print end |
#zoom ⇒ Object
- false
-
(true / false) to show or not flash players zoom menu
1492 1493 1494 |
# File 'lib/ambling/line.rb', line 1492 def zoom @zoom end |