Class: Sortiri::Configuration
- Inherits:
-
Object
- Object
- Sortiri::Configuration
- Defined in:
- lib/sortiri/configuration.rb
Instance Attribute Summary collapse
-
#down_arrow ⇒ Object
Returns the value of attribute down_arrow.
-
#up_arrow ⇒ Object
Returns the value of attribute up_arrow.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
7 8 9 10 |
# File 'lib/sortiri/configuration.rb', line 7 def initialize @up_arrow = 'fas fa-angle-up' @down_arrow = 'fas fa-angle-down' end |
Instance Attribute Details
#down_arrow ⇒ Object
Returns the value of attribute down_arrow.
5 6 7 |
# File 'lib/sortiri/configuration.rb', line 5 def down_arrow @down_arrow end |
#up_arrow ⇒ Object
Returns the value of attribute up_arrow.
5 6 7 |
# File 'lib/sortiri/configuration.rb', line 5 def up_arrow @up_arrow end |