class Origami::Destination::GlobalFit

Class representing a Destination showing a Page globally.

Public Class Methods

new(pageref) click to toggle source

Creates a new global fit Destination.

pageref

A Reference to a Page.

Calls superclass method Origami::Array.new
# File lib/origami/destinations.rb, line 86
def initialize(pageref)
  super([pageref, :Fit])
end