Sha256: 78de9e3a91a07ccec1ea25a8731215d3b702592e797abb08d08682f3aa9449a8

Contents?: true

Size: 299 Bytes

Versions: 1

Compression:

Stored size: 299 Bytes

Contents

# frozen_string_literal: true

module LedgerSync
  module TemplateLedger
    class SampleResource
      class Serializer < TemplateLedger::Serializer
        attribute :Id,
                  resource_attribute: :ledger_id
        attribute :Name
        attribute :Email
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ledger_sync-template_ledger-0.1.0 lib/ledger_sync/template_ledger/sample_resource/serializer.rb