Class: Ambling::Stock::Settings::ContextMenu::DefaultItems
- Inherits:
-
Object
- Object
- Ambling::Stock::Settings::ContextMenu::DefaultItems
- Includes:
- Base
- Defined in:
- lib/ambling/stock.rb
Overview
- false
-
(true / false) to show or not flash player zoom menu#
Constant Summary collapse
- VALUES =
[:zoom,:print]
Instance Attribute Summary collapse
-
#print ⇒ Object
Returns the value of attribute print.
-
#zoom ⇒ Object
- true
-
(true / false) to show or not flash player print menu#.
Method Summary
Methods included from Base
#build_xml, #initialize, #populate, #to_xml
Instance Attribute Details
#print ⇒ Object
Returns the value of attribute print.
1841 1842 1843 |
# File 'lib/ambling/stock.rb', line 1841 def print @print end |
#zoom ⇒ Object
- true
-
(true / false) to show or not flash player print menu#
1837 1838 1839 |
# File 'lib/ambling/stock.rb', line 1837 def zoom @zoom end |