Class: LedgerSync::Serialization::Type::ValueType

Inherits:
Object
  • Object
show all
Defined in:
lib/ledger_sync/serialization/type/value_type.rb

Direct Known Subclasses

SerializerType

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