Class: Bank::Config
- Inherits:
-
Object
- Object
- Bank::Config
- Defined in:
- lib/bank/config.rb
Instance Method Summary collapse
Instance Method Details
#default_packers ⇒ Object
3 4 5 6 7 8 9 |
# File 'lib/bank/config.rb', line 3 def default_packers [ Serialize::PackTimeStamps, Serialize::PackIntegers, Serialize::PackBooleans ] end |
#default_unpackers ⇒ Object
11 12 13 14 15 16 17 |
# File 'lib/bank/config.rb', line 11 def default_unpackers [ Serialize::UnpackTime, Serialize::UnpackDate, Serialize::UnpackBoolean ] end |