class Origami::Action::Named
Class representing a Named Action. Named actions are predefined GoTo actions.
Constants
- FIRSTPAGE
- LASTPAGE
- NEXTPAGE
- PREVPAGE
Public Class Methods
[](type)
click to toggle source
# File lib/origami/actions.rb, line 163 def self.[](type) self.new(:N => type) end