Method: Effective::Datatable#attributes
- Defined in:
- app/models/effective/datatable.rb
#attributes ⇒ Object (readonly)
Anything that we initialize our table with. That’s it. Can’t be changed by state.
3 4 5 |
# File 'app/models/effective/datatable.rb', line 3 def attributes @attributes end |