Module: LittleWeasel::Modules::Orderable

Includes:
OrderValidatable
Included in:
Preprocessors::WordPreprocessor
Defined in:
lib/LittleWeasel/modules/orderable.rb

Overview

This module provides attribtues and methods to manage objects that can be ordered or sorted.

Instance Attribute Summary collapse

Method Summary

Methods included from OrderValidatable

#validate_order, validate_order

Instance Attribute Details

#orderObject

Returns the value of attribute order.



10
11
12
# File 'lib/LittleWeasel/modules/orderable.rb', line 10

def order
  @order
end