Class: LedgerSync::Serialization::Type::ValueType
- Inherits:
-
Object
- Object
- LedgerSync::Serialization::Type::ValueType
- Defined in:
- lib/ledger_sync/serialization/type/value_type.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#convert(args = {}) ⇒ Object
7 8 9 10 11 |
# File 'lib/ledger_sync/serialization/type/value_type.rb', line 7 def convert(args = {}) value = args.fetch(:value) value end |