Exception: Pagy::OverflowError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pagy.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(pagy) ⇒ OverflowError

Returns a new instance of OverflowError.



9
# File 'lib/pagy.rb', line 9

def initialize(pagy) @pagy = pagy end

Instance Attribute Details

#pagyObject (readonly)

Returns the value of attribute pagy.



9
10
11
# File 'lib/pagy.rb', line 9

def pagy
  @pagy
end