Class: SolidusPagy::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/solidus_pagy/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#admin_products_per_pageObject

Returns the value of attribute admin_products_per_page.



5
6
7
# File 'lib/solidus_pagy/configuration.rb', line 5

def admin_products_per_page
  @admin_products_per_page
end

#admin_variants_per_pageObject

Returns the value of attribute admin_variants_per_page.



5
6
7
# File 'lib/solidus_pagy/configuration.rb', line 5

def admin_variants_per_page
  @admin_variants_per_page
end

#itemsObject

Returns the value of attribute items.



5
6
7
# File 'lib/solidus_pagy/configuration.rb', line 5

def items
  @items
end

Returns the value of attribute nav_helper.



5
6
7
# File 'lib/solidus_pagy/configuration.rb', line 5

def nav_helper
  @nav_helper
end

#orders_per_pageObject

Returns the value of attribute orders_per_page.



5
6
7
# File 'lib/solidus_pagy/configuration.rb', line 5

def orders_per_page
  @orders_per_page
end

#outsetObject

Returns the value of attribute outset.



5
6
7
# File 'lib/solidus_pagy/configuration.rb', line 5

def outset
  @outset
end

#pageObject

Returns the value of attribute page.



5
6
7
# File 'lib/solidus_pagy/configuration.rb', line 5

def page
  @page
end

#promotions_per_pageObject

Returns the value of attribute promotions_per_page.



5
6
7
# File 'lib/solidus_pagy/configuration.rb', line 5

def promotions_per_page
  @promotions_per_page
end

#properties_per_pageObject

Returns the value of attribute properties_per_page.



5
6
7
# File 'lib/solidus_pagy/configuration.rb', line 5

def properties_per_page
  @properties_per_page
end