Sha256: e05ae9de54020d8261b84b3bef47252dba6d021c7c6e4080661fd726682ef5c6

Contents?: true

Size: 114 Bytes

Versions: 3

Compression:

Stored size: 114 Bytes

Contents

module LedgerSync
  class Product < LedgerSync::Resource
    attribute :name
    attribute :description
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ledger_sync-1.0.3 lib/ledger_sync/resources/product.rb
ledger_sync-1.0.2 lib/ledger_sync/resources/product.rb
ledger_sync-1.0.0 lib/ledger_sync/resources/product.rb