Class: Pagy::Calendar::Month

Inherits:
Pagy::Calendar show all
Defined in:
lib/pagy/calendar/month.rb

Overview

Calendar month subclass

Constant Summary collapse

DEFAULT =

rubocop:disable Style/MutableConstant

{ order:  :asc,      # rubocop:disable Style/MutableConstant
format: '%Y-%m' }

Constants inherited from Pagy::Calendar

DAY, UNITS, WEEK

Constants inherited from Pagy

ElasticsearchRails, LABEL_PLACEHOLDER, Meilisearch, PAGE_PLACEHOLDER, Searchkick, VERSION

Instance Attribute Summary

Attributes inherited from Pagy::Calendar

#order

Attributes inherited from Pagy

#count, #from, #in, #items, #last, #next, #offset, #page, #pages, #params, #prev, #to, #vars

Method Summary

Methods inherited from Pagy::Calendar

#active_period, create, #initialize, #label, #label_for

Methods included from I18nExtra::Calendar

#localize

Methods included from OverflowExtra::Pagy

#initialize, #overflow?

Methods included from FrontendHelpers::Calendar

#label_sequels

Methods inherited from Pagy

#initialize, #label, #label_for, root, #series

Methods included from SearchkickExtra::Pagy

#new_from_searchkick

Methods included from MeilisearchExtra::Pagy

#new_from_meilisearch

Methods included from ElasticsearchRailsExtra::Pagy

#new_from_elasticsearch_rails

Methods included from GearboxExtra

#setup_items_var, #setup_pages_var

Methods included from FrontendHelpers::Pagy

#label_sequels, #sequels

Constructor Details

This class inherits a constructor from Pagy::Calendar