Sha256: da64b78b5fd9650798bee1de16085e49c305c5d3b67679e76cc782cce9d85aa2
Contents?: true
Size: 322 Bytes
Versions: 12
Compression:
Stored size: 322 Bytes
Contents
# frozen_string_literal: true module ONEAccess module DataObject module Representer class Investor < Representable::Decorator include Representable::JSON property :investor_id, type: Integer property :investor_name, type: String property :active end end end end
Version data entries
12 entries across 12 versions & 1 rubygems