Class: Ambling::Stock::Settings::ContextMenu::DefaultItems

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

Returns the value of attribute print.



1841
1842
1843
# File 'lib/ambling/stock.rb', line 1841

def print
  @print
end

#zoomObject

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