Origami::Action
Class representing an action launching an URL.
Creates a new URI Action.
uri
The URI to launch.
ismap
# File lib/origami/actions.rb, line 96 def self.[](uri, ismap = false) self.new(:URI => uri, :IsMap => ismap) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.