Sha256: 46bcd61779077579c1d8fe673f4b88242b38726f441d9236e8f7fa5d31156cf4
Contents?: true
Size: 229 Bytes
Versions: 5
Compression:
Stored size: 229 Bytes
Contents
# frozen_string_literal: true module LedgerSync class Currency < LedgerSync::Resource attribute :exchange_rate, type: Type::Float attribute :name, type: Type::String attribute :symbol, type: Type::String end end
Version data entries
5 entries across 5 versions & 1 rubygems