Sha256: 0a84377993ab7872eb1a3763ee2cc4abd5861e47bf81ac18db66cf4cda5a3533
Contents?: true
Size: 331 Bytes
Versions: 12
Compression:
Stored size: 331 Bytes
Contents
# frozen_string_literal: true require_relative "./base_response" require_relative "./representer/investors_response" module ONEAccess module Response class InvestorsResponse extend Serializable represented_by Representer::InvestorsResponse attr_accessor :meta attr_accessor :data end end end
Version data entries
12 entries across 12 versions & 1 rubygems