Methods

Class/Module Index [+]

Quicksearch

Origami::Action::URI

Class representing an action launching an URL.

Public Class Methods

[](uri, ismap = false) click to toggle source

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.