Sha256: 245c9650f92b9b4ce96920883a4e3277d3f69451bb46c218815b8cd9adedbf89
Contents?: true
Size: 275 Bytes
Versions: 18
Compression:
Stored size: 275 Bytes
Contents
# frozen_string_literal: true module LedgerSync module Ledgers module TestLedger class Subsidiary < TestLedger::Resource attribute :name, type: LedgerSync::Type::String attribute :state, type: LedgerSync::Type::String end end end end
Version data entries
18 entries across 18 versions & 1 rubygems