class Origami::Action::Named

Class representing a Named Action. Named actions are predefined GoTo actions.

Constants

FIRST_PAGE
LAST_PAGE
NEXT_PAGE
PREV_PAGE
PRINT

Public Class Methods

[](type) click to toggle source
# File lib/origami/actions.rb, line 152
def self.[](type)
    self.new(:N => type)
end