Sha256: 6fd8cf3cf03fdf4e047ccce6c004b10ee3aa1aea9d0f2fa550d02f0507acf647
Contents?: true
Size: 406 Bytes
Versions: 3
Compression:
Stored size: 406 Bytes
Contents
# frozen_string_literal: true module SevenBankFxRate module Elements # Corresponds to the header tag in xml: # <header> # <createdate>20200903</createdate> # <applydate>20200903</applydate> # <applytime>0800</applytime> # <datacount>0288</datacount> # </header> class Meta attr_accessor :create_date, :apply_date, :apply_time, :data_count end end end
Version data entries
3 entries across 3 versions & 1 rubygems