Class Origami::Destination::GlobalFit
In: sources/parser/destinations.rb
Parent: Origami::Array

Class representing a Destination showing a Page globally.

Methods

new  

Included Modules

Destination

Public Class methods

Creates a new global fit Destination.

pageref:A Reference to a Page.

[Source]

    # File sources/parser/destinations.rb, line 71
71:       def initialize(pageref,  indirect = false)
72:         super([pageref, :Fit], indirect)
73:       end

[Validate]