Method: LedgerSync::Type::ReferenceMany#initialize
- Defined in:
- lib/ledger_sync/type/reference_many.rb
#initialize(resource_class:) ⇒ ReferenceMany
Returns a new instance of ReferenceMany.
10 11 12 13 |
# File 'lib/ledger_sync/type/reference_many.rb', line 10 def initialize(resource_class:) @resource_class = resource_class super() end |