Class: Pagers::Configuration
- Inherits:
-
Object
- Object
- Pagers::Configuration
- Defined in:
- lib/pagers/configuration.rb
Instance Attribute Summary collapse
-
#length ⇒ Object
Returns the value of attribute length.
-
#links ⇒ Object
Returns the value of attribute links.
-
#padding ⇒ Object
Returns the value of attribute padding.
Instance Attribute Details
#length ⇒ Object
Returns the value of attribute length.
4 5 6 |
# File 'lib/pagers/configuration.rb', line 4 def length @length end |
#links ⇒ Object
Returns the value of attribute links.
4 5 6 |
# File 'lib/pagers/configuration.rb', line 4 def links @links end |
#padding ⇒ Object
Returns the value of attribute padding.
4 5 6 |
# File 'lib/pagers/configuration.rb', line 4 def padding @padding end |