Sha256: ceab956375a43ff10eb8d22d1041b4c46f5c24d3a0de063d064a8ffc03194c97
Contents?: true
Size: 255 Bytes
Versions: 17
Compression:
Stored size: 255 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Ledgers module TestLedger class Subsidiary class Serializer < TestLedger::Serializer attribute :name attribute :state end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems