class ComfyArchive::Configuration

Attributes

posts_per_page[RW]

Number of posts per page. Default is 10

Public Class Methods

new() click to toggle source

Configuration defaults

# File lib/comfy_archive/configuration.rb, line 10
def initialize
  @posts_per_page   = 10
end